Class: AxR::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/axr/cli.rb

Instance Method Summary collapse

Instance Method Details

#check(pattern = nil) ⇒ Object



12
13
14
15
16
# File 'lib/axr/cli.rb', line 12

def check(pattern = nil)
  $LOAD_PATH << Dir.pwd
  require options['load'] if options['load']
  AxR::Runner.new(pattern).invoke
end