Skip to content

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

4 participants