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.
21 22 23 24 |
# File 'lib/mrsk/cli/base.rb', line 21 def initialize(*) super initialize_commander() end |
Class Method Details
.exit_on_failure? ⇒ Boolean
8 |
# File 'lib/mrsk/cli/base.rb', line 8 def self.exit_on_failure?() true end |