Skip to content

Commit

Permalink
fix: masked the spin trigger http usage message
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed Jul 21, 2023
1 parent ced6f0e commit e446ada
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/trigger/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ pub const SPIN_WORKING_DIR: &str = "SPIN_WORKING_DIR";

/// A command that runs a TriggerExecutor.
#[derive(Parser, Debug)]
#[clap(next_help_heading = "TRIGGER OPTIONS")]
#[clap(
usage = "spin [COMMAND] [OPTIONS]",
next_help_heading = "TRIGGER OPTIONS"
)]
pub struct TriggerExecutorCommand<Executor: TriggerExecutor>
where
Executor::RunConfig: Args,
Expand Down

0 comments on commit e446ada

Please sign in to comment.