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