mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
add alias for write cmd
This commit is contained in:
@@ -86,6 +86,7 @@ pub fn msg_subcmds<'a>() -> Vec<App<'a, 'a>> {
|
||||
.required(true),
|
||||
),
|
||||
SubCommand::with_name("write")
|
||||
.aliases(&["w"])
|
||||
.about("Writes a new message")
|
||||
.arg(attachment_arg()),
|
||||
SubCommand::with_name("send")
|
||||
|
||||
Reference in New Issue
Block a user