Module: UltraCommandLine::Commands::CommandLineParser
- Included in:
- SubCommand
- Defined in:
- lib/ultra_command_line/commands/command_line_parser.rb
Instance Method Summary collapse
Instance Method Details
#extra_arguments ⇒ Object
10 11 12 13 |
# File 'lib/ultra_command_line/commands/command_line_parser.rb', line 10 def extra_arguments .to_hash @extra_arguments ||= [] end |
#params_hash ⇒ Object
6 7 8 |
# File 'lib/ultra_command_line/commands/command_line_parser.rb', line 6 def params_hash .to_hash end |