Module: Boson::OptionCommand::API

Included in:
Boson::OptionCommand, Boson::OptionCommand
Defined in:
lib/boson/option_command.rb,
lib/boson/option_command.rb

Instance Method Summary collapse

Instance Method Details

#default_optionsObject



29
30
31
# File 'lib/boson/option_command.rb', line 29

def default_options
  BASIC_OPTIONS
end

#option_parserObject

option parser just for option command



72
73
74
# File 'lib/boson/option_command.rb', line 72

def option_parser
  @option_parser ||= self.class.default_option_parser
end