mirror of
https://github.com/soywod/himalaya.git
synced 2025-04-18 07:13:38 +00:00
rename messages subcmd to list
This commit is contained in:
parent
8d1f1e5ed1
commit
1a26ac4b2c
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ fn page_arg<'a>() -> Arg<'a, 'a> {
|
|||
|
||||
pub fn msg_subcmds<'a>() -> Vec<App<'a, 'a>> {
|
||||
vec![
|
||||
SubCommand::with_name("messages")
|
||||
.aliases(&["message", "msgs", "msg", "m"])
|
||||
SubCommand::with_name("list")
|
||||
.aliases(&["lst", "l"])
|
||||
.about("Lists all messages")
|
||||
.arg(page_size_arg())
|
||||
.arg(page_arg()),
|
||||
|
|
Loading…
Add table
Reference in a new issue