From 240b917399148f8aa2f28ea37a03c1fd7e23832e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 15 Oct 2024 14:54:16 +0200 Subject: Docs and changelog improvements (#5147) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com> Co-authored-by: Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> Co-authored-by: Jeremie Knuesel Co-authored-by: +merlan #flirora <2975203+bluebear94@users.noreply.github.com> Co-authored-by: Anselm Schüler --- crates/typst-cli/src/args.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crates/typst-cli/src') diff --git a/crates/typst-cli/src/args.rs b/crates/typst-cli/src/args.rs index 7436d25c..a4ac4bd9 100644 --- a/crates/typst-cli/src/args.rs +++ b/crates/typst-cli/src/args.rs @@ -209,7 +209,9 @@ pub struct QueryCommand { #[clap(long = "format", default_value = "json")] pub format: SerializationFormat, - /// Whether to pretty-print the serialized output + /// Whether to pretty-print the serialized output. + /// + /// Only applies to JSON format. #[clap(long)] pub pretty: bool, } -- cgit v1.2.3