cmdline query mode should imply --pretend.

wilder
Michael Pyne 8 years ago
parent d6d40e129f
commit 8f58ff9ef0
  1. 1
      modules/ksb/Application.pm

@ -216,6 +216,7 @@ DONE
$self->{run_mode} = 'query';
$auxOptions{query} = $arg;
$auxOptions{pretend} = 1; # Implied pretend mode
},
pretend => sub {
# Set pretend mode but also force the build process to run.

Loading…
Cancel
Save