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
when using invalid commands, I'm still getting an exit code of 0. This makes error detection in scripts and build tools harder. I'm using version 0.6.3 currently.
$ blo update
Could not find command "update".
$ echo $?
0
when using invalid commands, I'm still getting an exit code of 0. This makes error detection in scripts and build tools harder. I'm using version 0.6.3 currently.