Skip to content
New issue

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

Remove spaces in --only-group flag documentation #795

Conversation

bquorning
Copy link
Contributor

optparse documentation says that Array type flags are "Strings separated by ',' (e.g. 1,2,3)". And indeed --only-group 1, 2, 3 only tests group 1.

Checklist

  • Feature branch is up-to-date with master (if not - rebase it).
  • [-] Added tests.
  • [-] Added an entry to the Changelog if the new
    code introduces user-observable changes.
  • Update Readme.md when cli options are changed

optparse documentation says that Array type flags are "Strings separated
by ',' (e.g. 1,2,3)". And indeed `--only-group 1, 2, 3` only tests group
1.

https://ruby-doc.org/stdlib-2.6.6/libdoc/optparse/rdoc/OptionParser.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants