We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uv [init]
E.g. uv init currently has --(no-)package flags and all clap knows about them is that they are mutually exclusive while the fact that one negates the other is implemented manually.
uv init
--(no-)package
Once clap implements automatic negation (clap-rs/clap#815), it might become possible to simplify this.
The text was updated successfully, but these errors were encountered:
@SnoozeThis clap-rs/clap#815
Sorry, something went wrong.
(https://snoozeth.is/LxxvemiPuYw) I will wait until clap-rs/clap#815 is closed and then reassign to you.
SnoozeThis
No branches or pull requests
E.g.
uv init
currently has--(no-)package
flags and all clap knows about them is that they are mutually exclusive while the fact that one negates the other is implemented manually.Once clap implements automatic negation (clap-rs/clap#815), it might become possible to simplify this.
The text was updated successfully, but these errors were encountered: