Class: Strata::CLI::Generators::Group
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Strata::CLI::Generators::Group
show all
- Includes:
- Thor::Actions
- Defined in:
- lib/strata/cli/generators/group.rb
Class Method Summary
collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
13
14
15
|
# File 'lib/strata/cli/generators/group.rb', line 13
def self.exit_on_failure?
true
end
|
.source_root ⇒ Object
9
10
11
|
# File 'lib/strata/cli/generators/group.rb', line 9
def self.source_root
File.expand_path("templates/", __dir__)
end
|