Skip to content

Commit c3e3077

Browse files
committed
update option docs
1 parent 8c905be commit c3e3077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/ty/docs/configuration.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ty_project/src/metadata/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ pub struct TerminalOptions {
990990
#[serde(skip_serializing_if = "Option::is_none")]
991991
#[option(
992992
default = r#"full"#,
993-
value_type = "full | concise | azure",
993+
value_type = "full | concise | azure | json | json-lines",
994994
example = r#"
995995
output-format = "concise"
996996
"#

0 commit comments

Comments
 (0)