Alias subcommand "show" to "list"
This commit is contained in:
parent
edd5925f88
commit
2dfede240e
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> {
|
|||
.subcommand(SubCommand::with_name("show")
|
||||
.about("View log(s)")
|
||||
.version("0.1")
|
||||
.alias("list")
|
||||
|
||||
.arg(Arg::with_name("show-all")
|
||||
.long("all")
|
||||
|
|
Loading…
Reference in a new issue