diff options
Diffstat (limited to 'dotup_cli/src/commands/init.rs')
| -rw-r--r-- | dotup_cli/src/commands/init.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dotup_cli/src/commands/init.rs b/dotup_cli/src/commands/init.rs index b894924..45129bf 100644 --- a/dotup_cli/src/commands/init.rs +++ b/dotup_cli/src/commands/init.rs | |||
| @@ -4,8 +4,7 @@ use super::prelude::*; | |||
| 4 | /// | 4 | /// |
| 5 | /// By default this will create the file in the current directory | 5 | /// By default this will create the file in the current directory |
| 6 | /// but the --depot flag can be used to change this path. | 6 | /// but the --depot flag can be used to change this path. |
| 7 | #[derive(Clap)] | 7 | #[derive(Parser)] |
| 8 | #[clap(setting = AppSettings::ColoredHelp)] | ||
| 9 | pub struct Opts {} | 8 | pub struct Opts {} |
| 10 | 9 | ||
| 11 | pub fn main(config: Config, opts: Opts) -> anyhow::Result<()> { | 10 | pub fn main(config: Config, opts: Opts) -> anyhow::Result<()> { |
