Class: Mrsk::Cli::Base
- Inherits:
-
Thor
- Object
- Thor
- Mrsk::Cli::Base
- Includes:
- SSHKit::DSL
- Defined in:
- lib/mrsk/cli/base.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
23 24 25 26 27 |
# File 'lib/mrsk/cli/base.rb', line 23 def initialize(*) super load_envs initialize_commander() end |
Class Method Details
.exit_on_failure? ⇒ Boolean
9 |
# File 'lib/mrsk/cli/base.rb', line 9 def self.exit_on_failure?() true end |