Skip to content

Commit 895022a

Browse files
committed
Fix compile after rebase
1 parent 45029d1 commit 895022a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fn parse_profile(s: &str) -> Result<Profile> {
100100

101101
/// Runs a WebAssembly module
102102
#[derive(Parser)]
103-
#[structopt(name = "run", trailing_var_arg = true, after_help = AFTER_HELP.as_str())]
103+
#[structopt(name = "run", trailing_var_arg = true)]
104104
pub struct RunCommand {
105105
#[clap(flatten)]
106106
common: CommonOptions,

0 commit comments

Comments
 (0)