aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/commands/unlink.rs
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2021-10-30 20:55:22 +0100
committerdiogo464 <[email protected]>2021-10-30 21:07:00 +0100
commit3b4b9aa6bc041f1e24761e94b1c052ad20f9ca66 (patch)
tree3ddd456c76fef336bbb4148e38f5e9ac214a1bd1 /dotup_cli/src/commands/unlink.rs
parent35ea23dad9071078ea302e52ff7c51482e657714 (diff)
update to compile with new clap version
Diffstat (limited to 'dotup_cli/src/commands/unlink.rs')
-rw-r--r--dotup_cli/src/commands/unlink.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/dotup_cli/src/commands/unlink.rs b/dotup_cli/src/commands/unlink.rs
index f33fe60..abe23e3 100644
--- a/dotup_cli/src/commands/unlink.rs
+++ b/dotup_cli/src/commands/unlink.rs
@@ -10,8 +10,7 @@ use super::prelude::*;
10/// This will recursively remove links. If a path is a directory then it will remove all links 10/// This will recursively remove links. If a path is a directory then it will remove all links
11/// recursively. 11/// recursively.
12/// The links are not uninstall by default, see the --uninstall parameter. 12/// The links are not uninstall by default, see the --uninstall parameter.
13#[derive(Clap)] 13#[derive(Parser)]
14#[clap(setting = AppSettings::ColoredHelp)]
15pub struct Opts { 14pub struct Opts {
16 /// Specify the install base if the links are also to be uninstalled. 15 /// Specify the install base if the links are also to be uninstalled.
17 #[clap(long)] 16 #[clap(long)]