Closed n-dusan closed 1 month ago
Important for power-users who use taf in conjunction with multiple other commands chained together. e.g. taf repo update && <any_other_command.
taf repo update && <any_other_command
Make taf repo update && <any_other_command> execute <any_other_command> only if taf repo update returns a zero exit code.
taf repo update && <any_other_command>
<any_other_command>
taf repo update
Closed by merging #550
Important for power-users who use taf in conjunction with multiple other commands chained together. e.g.
taf repo update && <any_other_command
.Make
taf repo update && <any_other_command>
execute<any_other_command>
only iftaf repo update
returns a zero exit code.