Method: Inch::CLI::CommandParser.run

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

.run(*args) ⇒ Command::Base

Convenience method to create a new CommandParser and call #run

Returns:



51
52
53
# File 'lib/inch/cli/command_parser.rb', line 51

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