Skip to content

Commit

Permalink
add alias for write cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Apr 4, 2021
1 parent d99e17a commit 1dc051c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/msg/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1dc051c

Please sign in to comment.