mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
Add reference documentation for global settings (#5123)
## Summary Second part of: https://github.com/astral-sh/uv/issues/5093.
This commit is contained in:
parent
47e453b01a
commit
f7c52fdbfb
18 changed files with 428 additions and 144 deletions
|
@ -78,7 +78,7 @@ pub struct ToolUv {
|
|||
/// The workspace definition for the project, if any.
|
||||
#[option_group]
|
||||
pub workspace: Option<ToolUvWorkspace>,
|
||||
/// Whether the project is managed by `uv`. If `false`, `uv` will ignore the project when
|
||||
/// Whether the project is managed by uv. If `false`, uv will ignore the project when
|
||||
/// `uv run` is invoked.
|
||||
#[option(
|
||||
default = r#"true"#,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue