We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3301561 commit 11d30d7Copy full SHA for 11d30d7
1 file changed
src/main.rs
@@ -17,7 +17,7 @@ pub struct Cli {
17
pub template: Option<String>,
18
19
/// Where to output the project: defaults to the current directory
20
- #[clap(short = 'o', long)]
+ #[clap(short = 'o', long, default_value_os_t = PathBuf::from("."))]
21
pub output_dir: PathBuf,
22
23
/// The directory of the given folder/repository to use, which needs to be a template.
0 commit comments