diff --git a/src/cli.rs b/src/cli.rs index ab1321f9..ceef7be3 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -30,6 +30,7 @@ pub fn build_cli() -> App<'static, 'static> { .help("Name of the project. Will create a new directory with that name in the current directory"), Arg::with_name("force") .short("f") + .long("force") .takes_value(false) .help("Force creation of project even if directory is non-empty") ]),