Skip to content

Commit

Permalink
feat(publish): add pub as cli alias
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Jan 12, 2021
1 parent d6a5f6c commit ec35d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub fn build() -> App<'static, 'static> {
.subcommand(
SubCommand::with_name("publish")
.about("Publish a value quickly")
.alias("p")
.aliases(&["p", "pub"])
.arg(
Arg::with_name("Topic")
.value_name("TOPIC")
Expand Down

0 comments on commit ec35d67

Please sign in to comment.