Method: Lemon::CLI::Base#command_parse
- Defined in:
- lib/lemon/cli/base.rb
#command_parse(argv) ⇒ Object (private)
Parse command line argument. This is a no-op as it will be overridden in subclasses.
44 45 |
# File 'lib/lemon/cli/base.rb', line 44 def command_parse(argv) end |