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
will display the version and 1, i.e. a non-zero exit code. Non-zero exit codes usually indicate an error (see e.g. grep --version; echo $?), so it would be more idiomatic to exit with code 0.