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 Option<bool> for --no-cache #3129

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Remove Option<bool> for --no-cache #3129

merged 1 commit into from
Apr 18, 2024

Conversation

charliermarsh
Copy link
Member

Summary

This was unintended. We ended up reverting Option<bool> everywhere, but I missed this once since it's in a separate file.

(If you use Option<bool>, Clap requires a value, like --no-cache true.)

Test Plan

cargo run pip install flask --no-cache

@charliermarsh charliermarsh changed the title Remove Option<bool> for --no-cache Remove Option<bool> for --no-cache Apr 18, 2024
@charliermarsh charliermarsh added bug Something isn't working cli Related to the command line interface labels Apr 18, 2024
@charliermarsh charliermarsh marked this pull request as ready for review April 18, 2024 22:43
@charliermarsh charliermarsh enabled auto-merge (squash) April 18, 2024 22:45
@charliermarsh charliermarsh merged commit 0ce039d into main Apr 18, 2024
38 checks passed
@charliermarsh charliermarsh deleted the charlie/no branch April 18, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Related to the command line interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants