Skip to content

Commit fd07eb3

Browse files
mz secret positional bool
1 parent 6e9114f commit fd07eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mz/src/bin/mz/command/secret.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ pub enum SecretSubcommand {
3838
/// The name of the secret.
3939
name: String,
4040
/// Overwrite the existing value of the secret, if it exists.
41+
#[clap(num_args = 1)]
4142
force: bool,
4243
},
4344
}

0 commit comments

Comments
 (0)