We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aed926 commit 8b9bd93Copy full SHA for 8b9bd93
src/bootstrap/src/core/config/flags.rs
@@ -228,6 +228,7 @@ impl Flags {
228
let flags = Flags::parse_from(normalize_args(args));
229
exec_ctx.set_dry_run(if flags.dry_run { DryRun::UserSelected } else { DryRun::Disabled });
230
exec_ctx.set_verbose(flags.verbose);
231
+ exec_ctx.set_fail_fast(flags.cmd.fail_fast());
232
(flags, exec_ctx)
233
}
234
0 commit comments