Class: Gemstar::CLI
- Inherits:
-
Thor
- Object
- Thor
- Gemstar::CLI
- Defined in:
- lib/gemstar/cli.rb
Class Method Summary collapse
-
.exit_on_failure? ⇒ Boolean
desc "init", "Setup gem hygiene for a project" def init Gemstar::Commands::Init.new.run end.
Instance Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
desc "init", "Setup gem hygiene for a project" def init Gemstar::Commands::Init.new.run end
68 69 70 |
# File 'lib/gemstar/cli.rb', line 68 def self.exit_on_failure? true end |