-
-
Notifications
You must be signed in to change notification settings - Fork 526
Fix Gherkin language execution parameters #412
Conversation
|
||
To see a listing of available languages: | ||
```shell | ||
cucumber --i18n help | ||
cucumber --i18n-languages help |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, this option is named differently across platforms, so changing from --i18n
to --i18n-languages
makes this incorrect for cucumber-ruby and cucumber-jvm.
I think we should simply get rid of the option and refer users to the docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we just close this, or do we want to make the docs language specific? WDYT @mlvandijk ? |
@aslakhellesoy We don't currently have different language tabs on the Gherkin page(s) as Gherkin should be programming language agnostic. We could just remove this section imho. - what do you think? |
Thanks for pointing out the inconsistency though @brazilianbytes! |
There are two suggestions here:
I think we should remove both. |
@aslakhellesoy Can we point them anywhere to see up to date available languages (rather than duplicate in documentation?). Kind of like we do for DataTables (points to datatable README from the docs) |
Perfect! Let's link there. @brazilianbytes - would you be willing to do this change instead? |
Closed in favor of cucumber/common#431 |
Cucumber 6.0.3 parameters are different from documentation.