Skip to content

Commit eacb2fd

Browse files
committed
docs(update post help): add hint for pub option
1 parent 58ce6cb commit eacb2fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/args/cmd/post.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ pub enum Cmd {
9898
/// Set post publish state
9999
/// Example: cnb --id 114514 post update --publish true
100100
#[arg(long)]
101+
#[arg(value_name = "BOOL")]
101102
#[arg(visible_alias = "pub")]
102103
publish: Option<bool>,
103104
},

0 commit comments

Comments
 (0)