mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 02:50:19 +00:00
add alias for write cmd
This commit is contained in:
parent
d99e17af75
commit
1dc051c7c0
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue