|
@@ -173,8 +173,8 @@ int main(int argc, char const* const* argv)
|
|
|
CommandArgument{ "--debug", CommandArgument::Values::Zero, debugLambda },
|
|
CommandArgument{ "--debug", CommandArgument::Values::Zero, debugLambda },
|
|
|
CommandArgument{ "--config", CommandArgument::Values::One,
|
|
CommandArgument{ "--config", CommandArgument::Values::One,
|
|
|
CommandArgument::setToValue(cpackConfigFile) },
|
|
CommandArgument::setToValue(cpackConfigFile) },
|
|
|
- CommandArgument{ "--trace", CommandArgument::Values::One, traceLambda },
|
|
|
|
|
- CommandArgument{ "--trace-expand", CommandArgument::Values::One,
|
|
|
|
|
|
|
+ CommandArgument{ "--trace", CommandArgument::Values::Zero, traceLambda },
|
|
|
|
|
+ CommandArgument{ "--trace-expand", CommandArgument::Values::Zero,
|
|
|
traceExpandLambda },
|
|
traceExpandLambda },
|
|
|
CommandArgument{ "-C", CommandArgument::Values::One,
|
|
CommandArgument{ "-C", CommandArgument::Values::One,
|
|
|
CommandArgument::setToValue(cpackBuildConfig) },
|
|
CommandArgument::setToValue(cpackBuildConfig) },
|