We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9328187 commit ef0898dCopy full SHA for ef0898d
src/bin/cobalt/args.rs
@@ -11,7 +11,7 @@ pub struct ConfigArgs {
11
#[arg(short, long, value_name = "FILE")]
12
config: Option<path::PathBuf>,
13
14
- /// Site destination folder [default: ./]
+ /// Site destination folder [default: ./_site]
15
#[arg(short, long, value_name = "DIR")]
16
destination: Option<path::PathBuf>,
17
0 commit comments