Class: Bashly::Commands::Validate

Inherits:
Base
  • Object
show all
Defined in:
lib/bashly/commands/validate.rb

Instance Method Summary collapse

Methods inherited from Base

#config, #config_validator, #validate_config, #with_valid_config

Methods included from AssetHelper

#asset, #asset_content

Instance Method Details

#runObject



14
15
16
17
18
19
20
21
# File 'lib/bashly/commands/validate.rb', line 14

def run
  if args['--verbose']
    lp config
    puts '---'
  end
  validate_config
  say 'g`OK`'
end