diff --git a/crates/cli/src/benchmark.rs b/crates/cli/src/benchmark.rs index 85e563c8..69984032 100644 --- a/crates/cli/src/benchmark.rs +++ b/crates/cli/src/benchmark.rs @@ -50,7 +50,11 @@ pub struct BenchmarkCommand { /// Configure an engine using engine-specific flags. (For the Wasmtime /// engine, these can be a subset of flags from `wasmtime run --help`). - #[structopt(long("engine-flags"), value_name = "ENGINE_FLAGS")] + #[structopt( + long("engine-flags"), + value_name = "ENGINE_FLAGS", + allow_hyphen_values = true + )] engine_flags: Option, /// How many processes should we use for each Wasm benchmark?