diff options
Diffstat (limited to 'dotup_cli/src/commands/uninstall.rs')
| -rw-r--r-- | dotup_cli/src/commands/uninstall.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotup_cli/src/commands/uninstall.rs b/dotup_cli/src/commands/uninstall.rs index 44c33b2..a81d5e4 100644 --- a/dotup_cli/src/commands/uninstall.rs +++ b/dotup_cli/src/commands/uninstall.rs | |||
| @@ -16,7 +16,7 @@ pub struct Opts { | |||
| 16 | install_base: Option<PathBuf>, | 16 | install_base: Option<PathBuf>, |
| 17 | 17 | ||
| 18 | /// The files/directories to uninstall. | 18 | /// The files/directories to uninstall. |
| 19 | #[clap(required = true, min_values = 1)] | 19 | #[clap(required = true, min_values = 1, default_value = ".")] |
| 20 | paths: Vec<PathBuf>, | 20 | paths: Vec<PathBuf>, |
| 21 | } | 21 | } |
| 22 | 22 | ||
