You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
I would like to have different exit codes for situations such as:
completed, but with failed steps
interrupted (quit)
unexpected exit
Because when topgrade was quit manually, I don't want to run any subsequent commands in my script.
Also, when I quite topgrade running on a remote machine, it continues running locally, which can be quite annoying - using the exit code it could itself handle that case, too ;)
The text was updated successfully, but these errors were encountered:
I would like to have different exit codes for situations such as:
Because when topgrade was quit manually, I don't want to run any subsequent commands in my script.
Also, when I quite topgrade running on a remote machine, it continues running locally, which can be quite annoying - using the exit code it could itself handle that case, too ;)
The text was updated successfully, but these errors were encountered: