Skip to content

Commit a06bd21

Browse files
committed
feat!: ch show post meta alias
1 parent fbf2156 commit a06bd21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/args/cmd/post.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ pub struct Opt {
1414
/// Show metadata of a specific post
1515
/// Example: cnb --id 114514 post --show-meta
1616
/// You should also specify the id of the post via --id
17+
/// *
1718
#[arg(long)]
18-
#[arg(short = 'm')]
19+
#[arg(visible_alias = "sm")]
1920
pub show_meta: bool,
2021

2122
#[arg(verbatim_doc_comment)]

0 commit comments

Comments
 (0)