update option docs

This commit is contained in:
Brent Westbrook 2025-07-04 12:00:19 -04:00
parent 8c905be063
commit c3e307739b
2 changed files with 2 additions and 2 deletions

View file

@ -474,7 +474,7 @@ Defaults to `full`.
**Default value**: `full`
**Type**: `full | concise | azure`
**Type**: `full | concise | azure | json | json-lines`
**Example usage** (`pyproject.toml`):

View file

@ -990,7 +990,7 @@ pub struct TerminalOptions {
#[serde(skip_serializing_if = "Option::is_none")]
#[option(
default = r#"full"#,
value_type = "full | concise | azure",
value_type = "full | concise | azure | json | json-lines",
example = r#"
output-format = "concise"
"#