Skip to content

Commit

Permalink
⚡ Add list command alias ls
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Sep 12, 2023
1 parent de3a863 commit 9185cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub(crate) enum Commands {
Append(AppendArgs),
#[command(visible_alias = "x", about = "Extract files from archive")]
Extract(ExtractArgs),
#[command(visible_alias = "l", about = "List files in archive")]
#[command(visible_aliases = &["l", "ls"], about = "List files in archive")]
List(ListArgs),
}

Expand Down

0 comments on commit 9185cd5

Please sign in to comment.