Skip to content

Commit a00242e

Browse files
committed
fix: move documentation to right place
1 parent 666d41a commit a00242e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ struct Args {
2020
#[derive(Subcommand, Debug, Clone)]
2121
enum Commands {
2222
Build {
23+
#[arg(short, long, action = clap::ArgAction::SetTrue)]
24+
push: bool,
2325
/// Location of the config file.
2426
/// If no such file exists the program creates a sample configuration file in that
2527
/// location and then exits.
26-
#[arg(short, long, action = clap::ArgAction::SetTrue)]
27-
push: bool,
2828
#[arg(short, long, default_value = "niksi.json")]
2929
config: PathBuf,
3030
#[arg(short, long, default_value = ".")]

0 commit comments

Comments
 (0)