We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf2156 commit a06bd21Copy full SHA for a06bd21
src/args/cmd/post.rs
@@ -14,8 +14,9 @@ pub struct Opt {
14
/// Show metadata of a specific post
15
/// Example: cnb --id 114514 post --show-meta
16
/// You should also specify the id of the post via --id
17
+ /// *
18
#[arg(long)]
- #[arg(short = 'm')]
19
+ #[arg(visible_alias = "sm")]
20
pub show_meta: bool,
21
22
#[arg(verbatim_doc_comment)]
0 commit comments