We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This should be quite a straightforward change for a newcomer.
See cucumber/cucumber-js#864
Let's keep things consistent and use the same CLI options as described in https://github.com/cucumber/cucumber-js/blob/7ae990812cf2b583213b871981f9610ca4e5556e/features/i18n.feature
We'd end up with the existing --i18n option being removed, and replaced by:
--i18n
--i18n-languages --i18n-keywords <LANG>
features//docs/gherkin/language_help.feature
features/cli/i18n.feature
--i18n-languages
--i18n-keywords <LANG>
lib/cucumber/cli/options.rb
spec/cucumber/cli/options_spec.rb
Keeping things consistent between implementations.
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
This should be quite a straightforward change for a newcomer.
See cucumber/cucumber-js#864
Expected Behavior
Let's keep things consistent and use the same CLI options as described in https://github.com/cucumber/cucumber-js/blob/7ae990812cf2b583213b871981f9610ca4e5556e/features/i18n.feature
We'd end up with the existing
--i18n
option being removed, and replaced by:Possible Solution
features//docs/gherkin/language_help.feature
tofeatures/cli/i18n.feature
to (roughly) mirror where Cucumber-JS keeps the same feature.--i18n-languages
and--i18n-keywords <LANG>
)lib/cucumber/cli/options.rb
andspec/cucumber/cli/options_spec.rb
until all the tests pass.Context & Motivation
Keeping things consistent between implementations.
The text was updated successfully, but these errors were encountered: