mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 20:57:53 +08:00
rename messages subcmd to list
This commit is contained in:
+2
-2
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user