Class: XBuild::CLI

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/xbuild/cli.rb

Constant Summary collapse

CONFIG_FILE_NAME =
".xbuild.yml"

Instance Method Summary collapse

Instance Method Details

#executeObject



32
33
34
35
36
# File 'lib/xbuild/cli.rb', line 32

def execute
  parse_config_file!
  validate!
  exit(1) unless runner.run(action)
end