Alias subcommand "show" to "list"

This commit is contained in:
Matthias Beyer 2018-02-07 00:08:22 +01:00
parent edd5925f88
commit 2dfede240e

View file

@ -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")