diff --git a/src/msg/cli.rs b/src/msg/cli.rs index 4409c61..015afea 100644 --- a/src/msg/cli.rs +++ b/src/msg/cli.rs @@ -86,6 +86,7 @@ pub fn msg_subcmds<'a>() -> Vec> { .required(true), ), SubCommand::with_name("write") + .aliases(&["w"]) .about("Writes a new message") .arg(attachment_arg()), SubCommand::with_name("send")