kamranahmedse / itomate

Automate your iTerm layouts and session setup
MIT License
336 stars 12 forks source link

Catch argparse system exit #27

Closed JohnLegrandRichards closed 4 years ago

JohnLegrandRichards commented 4 years ago

argprse throws a system exit after commands like -h. If you want the program to halt gracefully you need to catch the error and return

Resolves #8 and #25

Updated the version. Needs 0.3.9 Release @kamranahmedse