mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Fix typo in no_default_groups
documentation and changelog (#11928)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary <!-- What's the purpose of the change? What does it do, and why? --> ## Test Plan <!-- How was it tested? -->
This commit is contained in:
parent
c3d809d276
commit
e89485ef05
3 changed files with 9 additions and 9 deletions
|
@ -2729,7 +2729,7 @@ pub struct RunArgs {
|
|||
#[arg(long)]
|
||||
pub no_group: Vec<GroupName>,
|
||||
|
||||
/// Ignore the the default dependency groups.
|
||||
/// Ignore the default dependency groups.
|
||||
///
|
||||
/// uv includes the groups defined in `tool.uv.default-groups` by default.
|
||||
/// This disables that option, however, specific groups can still be included with `--group`.
|
||||
|
@ -3024,7 +3024,7 @@ pub struct SyncArgs {
|
|||
#[arg(long)]
|
||||
pub no_group: Vec<GroupName>,
|
||||
|
||||
/// Ignore the the default dependency groups.
|
||||
/// Ignore the default dependency groups.
|
||||
///
|
||||
/// uv includes the groups defined in `tool.uv.default-groups` by default.
|
||||
/// This disables that option, however, specific groups can still be included with `--group`.
|
||||
|
@ -3543,7 +3543,7 @@ pub struct TreeArgs {
|
|||
#[arg(long)]
|
||||
pub no_group: Vec<GroupName>,
|
||||
|
||||
/// Ignore the the default dependency groups.
|
||||
/// Ignore the default dependency groups.
|
||||
///
|
||||
/// uv includes the groups defined in `tool.uv.default-groups` by default.
|
||||
/// This disables that option, however, specific groups can still be included with `--group`.
|
||||
|
@ -3716,7 +3716,7 @@ pub struct ExportArgs {
|
|||
#[arg(long)]
|
||||
pub no_group: Vec<GroupName>,
|
||||
|
||||
/// Ignore the the default dependency groups.
|
||||
/// Ignore the default dependency groups.
|
||||
///
|
||||
/// uv includes the groups defined in `tool.uv.default-groups` by default.
|
||||
/// This disables that option, however, specific groups can still be included with `--group`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue