Method: YARD::CLI::CommandParser.default_command

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

.default_commandSymbol

Returns the default command name to use when no options are specified or.

Returns:

  • (Symbol)

    the default command name to use when no options are specified or


30
31
32
# File 'lib/yard/cli/command_parser.rb', line 30

def default_command
  @default_command
end