We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64fdaa7 commit e1ba6daCopy full SHA for e1ba6da
src/zulip/commands.rs
@@ -5,6 +5,7 @@ use std::str::FromStr;
5
6
/// Command sent in a DM with triagebot on Zulip.
7
#[derive(clap::Parser, Debug)]
8
+#[clap(override_usage("<command>"))]
9
pub enum ChatCommand {
10
/// Acknowledge a notification
11
#[clap(alias = "ack")]
@@ -137,6 +138,7 @@ impl FromStr for IdentifierCli {
137
138
139
/// Command sent in a Zulip stream after `@**triagebot**`.
140
141
+#[clap(override_usage = "`@triagebot <command>`")]
142
pub enum StreamCommand {
143
/// End the current topic.
144
#[clap(alias = "await")]
0 commit comments