Skip to content

Commit

Permalink
Fix compile after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 31, 2023
1 parent 45029d1 commit 895022a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fn parse_profile(s: &str) -> Result<Profile> {

/// Runs a WebAssembly module
#[derive(Parser)]
#[structopt(name = "run", trailing_var_arg = true, after_help = AFTER_HELP.as_str())]
#[structopt(name = "run", trailing_var_arg = true)]
pub struct RunCommand {
#[clap(flatten)]
common: CommonOptions,
Expand Down

0 comments on commit 895022a

Please sign in to comment.