Method: YARD::CLI::CommandParser.run

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

.run(*args) ⇒ void

This method returns an undefined value.

Convenience method to create a new CommandParser and call #run


50
# File 'lib/yard/cli/command_parser.rb', line 50

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