Class: Bauble::Cli::BaubleCli
- Inherits:
-
Thor
- Object
- Thor
- Bauble::Cli::BaubleCli
- Includes:
- Commands::Destroy, Commands::New, Commands::Preview, Commands::Up
- Defined in:
- lib/bauble/cli/cli.rb
Overview
Bauble CLI
Instance Attribute Summary collapse
-
#app ⇒ Object
Returns the value of attribute app.
-
#config ⇒ Object
Returns the value of attribute config.
Class Method Summary collapse
Methods included from Commands::New
Methods included from Commands::Destroy
Methods included from Commands::Up
Methods included from Commands::Preview
Instance Attribute Details
#app ⇒ Object
Returns the value of attribute app.
23 24 25 |
# File 'lib/bauble/cli/cli.rb', line 23 def app @app end |
#config ⇒ Object
Returns the value of attribute config.
23 24 25 |
# File 'lib/bauble/cli/cli.rb', line 23 def config @config end |
Class Method Details
.exit_on_failure? ⇒ Boolean
25 26 27 |
# File 'lib/bauble/cli/cli.rb', line 25 def self.exit_on_failure? true end |