awslabs / aws-shell

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

Handle failure when unable to launch .edit editor #98

Closed jamesls closed 8 years ago

jamesls commented 8 years ago

Fixes #88.

New behavior:

$ EDITOR=some-bad-editor aws-shell
aws> .edit
Unable to launch editor: some-bad-editor
You can configure which editor to use by exporting the EDITOR environment variable.
donnemartin commented 8 years ago

Looks good! :shipit: