SystemExit -> Exceptions
The code currently calls sys.exit() with a specific exit code.
It should raise exceptions (which are caught in cmd/*.py)
Edited by yoogottamk
The code currently calls sys.exit() with a specific exit code.
It should raise exceptions (which are caught in cmd/*.py)