Skip to content

Content version search filter improvements #226

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

Merged
merged 2 commits into from
Feb 10, 2022
Merged

Conversation

dbkegley
Copy link
Collaborator

Description

  • Update README to clarify the importance of quoting arguments when using the version search flags
  • Alias empty comparator argument and = to be the same as ==

closes #223

Testing Notes / Validation Steps

The following arguments should now be identical:

  • --py-version=2.7.0 or --py-version="2.7.0" or --py-version 2.7.0
  • --py-version==2.7.0 or --py-version="=2.7.0" or --py-version =2.7.0
  • --py-version===2.7.0 or --py-version="==2.7.0" or --py-version ==2.7.0

@dbkegley dbkegley merged commit 4205716 into master Feb 10, 2022
@dbkegley dbkegley deleted the kegs-version-search branch February 10, 2022 20:25
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.

content search: R and Py version filter flag improvements
3 participants