Method: YARD::Server::Commands::Base#command_options

Defined in:
lib/yard/server/commands/base.rb

#command_optionsHash

Returns the options passed to the command’s constructor.

Returns:

  • (Hash)

    the options passed to the command’s constructor

Since:

  • 0.6.0


37
38
39
# File 'lib/yard/server/commands/base.rb', line 37

def command_options
  @command_options
end