cli: add ls alias for the list subcommand

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-16 17:16:40 +03:00
parent 817c704efc
commit 8d21df094c
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 1 additions and 0 deletions

View File

@ -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,