Allow --no-dev --invert in uv tree (#11068)

## Summary

Closes https://github.com/astral-sh/uv/issues/11062.
This commit is contained in:
Charlie Marsh 2025-01-29 11:18:13 -05:00 committed by GitHub
parent 48976e12e8
commit f6a15b79f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 1 deletions

View file

@ -3385,7 +3385,7 @@ pub struct TreeArgs {
/// Omit the development dependency group.
///
/// This option is an alias for `--no-group dev`.
#[arg(long, overrides_with("dev"), conflicts_with = "invert")]
#[arg(long, overrides_with("dev"))]
pub no_dev: bool,
/// Include dependencies from the specified dependency group.