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

Review which arguments should use str.lower transformation #318

Open
hayleycodes opened this issue Sep 12, 2018 · 0 comments
Open

Review which arguments should use str.lower transformation #318

hayleycodes opened this issue Sep 12, 2018 · 0 comments

Comments

@hayleycodes
Copy link
Contributor

Some tag arguments use the str.lower transformation to convert them to lower case. All arguments should be reviewed to determine whether they should be using this parser as I suspect it's use has been inconsistent.

For example, there are some arguments that accept only true/false values but only work if they are in lower case, and in these cases it would make sense to make use of the str.lower transformation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant