Class: Benny::CLI
- Inherits:
-
Thor
- Object
- Thor
- Benny::CLI
- Defined in:
- lib/benny/cli.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
8 9 10 |
# File 'lib/benny/cli.rb', line 8 def self.exit_on_failure? true end |
Instance Method Details
#all ⇒ Object
20 21 22 23 24 |
# File 'lib/benny/cli.rb', line 20 def all require 'benny' Benny.load_env Benny.execute end |