Closed raffis closed 5 years ago
Execute ballooncli upgrade -vvv -d doesnotexists; echo $?.
ballooncli upgrade -vvv -d doesnotexists; echo $?
ballooncli must exit with a status code 127 (or just something other than 0).
127
0
To Reproduce
Execute
ballooncli upgrade -vvv -d doesnotexists; echo $?
.Expected behavior
ballooncli must exit with a status code
127
(or just something other than0
).Environment