Skip to content

Commit

Permalink
Merge pull request #1671 from dipankardas011/trigger-http-error
Browse files Browse the repository at this point in the history
fix: added error handling `spin trigger [USAGE]`
  • Loading branch information
itowlson authored Aug 13, 2023
2 parents dfc935a + e446ada commit b7a8e66
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 b7a8e66

Please sign in to comment.