awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.15k stars 770 forks source link

Handle exceptions in Wizards gracefully #130

Closed joguSD closed 7 years ago

joguSD commented 7 years ago

Common and known exceptions will display reasonable error messages and drop back down to the shell. Also added unit tests for the Wizard Handler in the main application that were previously missing.

cc @JordonPhillips

JordonPhillips commented 7 years ago

This looks fine. Let's re-run the tests once #135 gets merged

JordonPhillips commented 7 years ago