Method: Inch::CLI::CommandParser.run

Defined in:
lib/inch/cli/command_parser.rb

.run(*args) ⇒ void

This method returns an undefined value.

Convenience method to create a new CommandParser and call #run



39
40
41
# File 'lib/inch/cli/command_parser.rb', line 39

def self.run(*args)
  new.run(*args)
end