mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
Remove unnecessary exit
Commandant takes care of it for us
This commit is contained in:
parent
5ebbc876a4
commit
962ec6a232
1 changed files with 0 additions and 1 deletions
|
@ -30,6 +30,5 @@ registry.register(helpCommand)
|
|||
|
||||
registry.main(defaultVerb: helpCommand.verb) { error in
|
||||
printError(String(describing: error))
|
||||
exit(1)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue