Class: TranslateClient::CLI::Base
- Inherits:
-
Thor
- Object
- Thor
- TranslateClient::CLI::Base
- Defined in:
- lib/translate_client/cli/base.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
10 |
# File 'lib/translate_client/cli/base.rb', line 10 def exit_on_failure? = true |
.start ⇒ Object
12 13 14 15 16 |
# File 'lib/translate_client/cli/base.rb', line 12 def start(*) super rescue PresentableError => e puts e. end |