The exception is for brew cleanup action, since it's just an extra step that's
not really related to the Brewfile contents.
I think this also fixes an issue where vscode uninstalls would not have printed the --force message — now they will also be considered for printing the message and the exit code.
Closes #1418
The exception is for
brew cleanup
action, since it's just an extra step that's not really related to the Brewfile contents.I think this also fixes an issue where
vscode
uninstalls would not have printed the--force
message — now they will also be considered for printing the message and the exit code.