mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Improve formatting for "all"
default-groups
setting documentation (#12963)
## Summary Make the documentation for `"all"` `defauilt-groups` a little easier to read by monospacing the literal.
This commit is contained in:
parent
17ed789edb
commit
3d340e83b7
3 changed files with 3 additions and 3 deletions
|
@ -343,7 +343,7 @@ pub struct ToolUv {
|
|||
|
||||
/// The list of `dependency-groups` to install by default.
|
||||
///
|
||||
/// Can also be the literal "all" to default enable all groups.
|
||||
/// Can also be the literal `"all"` to default enable all groups.
|
||||
#[option(
|
||||
default = r#"["dev"]"#,
|
||||
value_type = r#"str | list[str]"#,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue