change default output mode of BootstrapCommand
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
7314873326
commit
3bb0c94eb6
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ impl<'a> From<&'a mut Command> for BootstrapCommand<'a> {
|
|||
Self {
|
||||
command,
|
||||
failure_behavior: BehaviorOnFailure::Exit,
|
||||
output_mode: OutputMode::SuppressOnSuccess,
|
||||
output_mode: OutputMode::PrintAll,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue