Method: Cucumber::Cli::Configuration#parse!
- Defined in:
- lib/cucumber/cli/configuration.rb
permalink #parse!(args) ⇒ Object
[View source] [View on GitHub]
28 29 30 31 32 33 34 35 |
# File 'lib/cucumber/cli/configuration.rb', line 28 def parse!(args) @args = args @options.parse!(args) arrange_formats raise("You can't use both --strict and --wip") if strict.strict? && wip? set_environment_variables end |