Class: Pgai::Cli::Base
- Inherits:
-
Thor
- Object
- Thor
- Pgai::Cli::Base
- Defined in:
- lib/pgai/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.
12 13 14 15 16 |
# File 'lib/pgai/cli/base.rb', line 12 def initialize(*) super Pgai::Commander.configure() end |
Class Method Details
.exit_on_failure? ⇒ Boolean
5 |
# File 'lib/pgai/cli/base.rb', line 5 def self.exit_on_failure? = true |