aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/commands/unlink.rs
diff options
context:
space:
mode:
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)]