drewblessing / gitlab-cli

GitLab Command Line Tool - Interact with your GitLab server via the command line to manage snippets, projects and more.
MIT License
166 stars 20 forks source link

Implement better error checking #28

Closed dblessing closed 11 years ago

dblessing commented 11 years ago

It's unacceptable to exit after an error. This causes all sorts of issues for people using this as a library. Instead, rescue exceptions in the CLI command layer and handle appropriately.