Class: Bauble::Cli::BaubleCli

Inherits:
Thor
  • Object
show all
Includes:
Commands::Destroy, Commands::New, Commands::Preview, Commands::Up
Defined in:
lib/bauble/cli/cli.rb

Overview

Bauble CLI

Instance Attribute Summary collapse

Class Method Summary collapse

Methods included from Commands::New

included

Methods included from Commands::Destroy

included

Methods included from Commands::Up

included

Methods included from Commands::Preview

included

Instance Attribute Details

#appObject

Returns the value of attribute app.



23
24
25
# File 'lib/bauble/cli/cli.rb', line 23

def app
  @app
end

#configObject

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

Returns:

  • (Boolean)


25
26
27
# File 'lib/bauble/cli/cli.rb', line 25

def self.exit_on_failure?
  true
end