change default output mode of BootstrapCommand
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
7314873326
commit
3bb0c94eb6
@ -54,7 +54,7 @@ impl<'a> From<&'a mut Command> for BootstrapCommand<'a> {
|
|||||||
Self {
|
Self {
|
||||||
command,
|
command,
|
||||||
failure_behavior: BehaviorOnFailure::Exit,
|
failure_behavior: BehaviorOnFailure::Exit,
|
||||||
output_mode: OutputMode::SuppressOnSuccess,
|
output_mode: OutputMode::PrintAll,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user