Closed cr closed 2 years ago
Return codes are currently all over the place. They should be organized, perhaps in a way that every failure state has a unique non-zero return code.
Also see man sysexits.
man sysexits
Cleaning up our sys.exit() mess is also part of #67.
sys.exit()
Return codes are currently all over the place. They should be organized, perhaps in a way that every failure state has a unique non-zero return code.