Module: RailsLogConverter::CLI::Options::ClassMethods
- Defined in:
- lib/rails_log_converter/cli/options.rb
Instance Method Summary collapse
-
#parse(args) ⇒ Object
Return a new CLI instance with the given arguments pre-parsed and ready for execution.
Instance Method Details
#parse(args) ⇒ Object
Return a new CLI instance with the given arguments pre-parsed and ready for execution.
7 8 9 10 |
# File 'lib/rails_log_converter/cli/options.rb', line 7 def parse(args) cli = new(args) cli end |