gyselroth / balloon

High performance, feature rich document management system written for the cloud
GNU General Public License v3.0
18 stars 7 forks source link

ballooncli returns with an exit code 0 if an exception occured #380

Closed raffis closed 4 years ago

raffis commented 4 years ago

To Reproduce

Execute ballooncli upgrade -vvv -d doesnotexists; echo $?.

Expected behavior

ballooncli must exit with a status code 127 (or just something other than 0).

Environment