--parameter-list also conflicts with --parameter-step-size

This commit is contained in:
sharkdp 2019-10-20 10:04:14 +02:00 committed by David Peter
parent bd0a98d5b8
commit 1de39a325d

View File

@ -136,7 +136,7 @@ fn build_app() -> App<'static, 'static> {
.takes_value(true)
.allow_hyphen_values(true)
.value_names(&["VAR", "VALUES"])
.conflicts_with("parameter-scan")
.conflicts_with_all(&["parameter-scan", "parameter-step-size"])
.help(
"Perform benchmark runs for each value in the comma-seperated list VALUES. \
Replaces the string '{VAR}' in each command by the current parameter value\