Skip to content

Commit 2f81491

Browse files
committed
feat(cli): add create as alias for add command
1 parent 3f8c73e commit 2f81491

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pub enum Command {
4242
Init(InitArgs),
4343

4444
/// add a new issue
45+
#[command(alias = "create")]
4546
Add(AddArgs),
4647

4748
/// list issues

0 commit comments

Comments
 (0)