cli: add ls alias for the list subcommand
This commit is contained in:
parent
817c704efc
commit
8d21df094c
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ pub enum SubCommand {
|
|||
Edit(self::edit::Args),
|
||||
Remove(self::remove::Args),
|
||||
Priority(self::priority::Args),
|
||||
#[clap(alias("ls"))]
|
||||
List,
|
||||
Start(self::start::Args),
|
||||
Pause,
|
||||
|
|
Loading…
Reference in a new issue