Class: Roger::Cli::Command
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Roger::Cli::Command
show all
- Defined in:
- lib/roger/cli/command.rb
Overview
Abstract base class for Roger commands
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
4
5
6
|
# File 'lib/roger/cli/command.rb', line 4
def self.exit_on_failure?
true
end
|
Instance Method Details
#initialize_project ⇒ Object
8
9
10
|
# File 'lib/roger/cli/command.rb', line 8
def initialize_project
@project = Cli::Base.project
end
|