Class: Ruboty::Gen::CLI
- Inherits:
-
Bundler::CLI
- Object
- Bundler::CLI
- Ruboty::Gen::CLI
- Includes:
- Thor::Actions
- Defined in:
- lib/ruboty/gen/cli.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_paths ⇒ Object
18 19 20 |
# File 'lib/ruboty/gen/cli.rb', line 18 def self.source_paths [File.('../../../templates', __dir__)] end |
.start ⇒ Object
11 12 13 14 15 16 |
# File 'lib/ruboty/gen/cli.rb', line 11 def self.start(*) super rescue Exception => e Bundler.ui = Bundler::UI::Shell.new raise e end |