Module: CheckPlease::CLI

Defined in:
lib/check_please/cli.rb,
lib/check_please/cli/parser.rb,
lib/check_please/cli/runner.rb

Defined Under Namespace

Classes: Parser, Runner

Class Method Summary collapse

Class Method Details

.run(exe_file_name) ⇒ Object



7
8
9
# File 'lib/check_please/cli.rb', line 7

def self.run(exe_file_name)
  Runner.new(exe_file_name).run(*ARGV.dup)
end