Skip to content

Commit 029085f

Browse files
[ty] Clarify ty check output default in documentation. (#18246)
Co-authored-by: Micha Reiser <[email protected]>
1 parent 6df10c6 commit 029085f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/ty/docs/cli.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/src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ impl clap::Args for RulesArg {
283283
/// The diagnostic output format.
284284
#[derive(Copy, Clone, Hash, Debug, PartialEq, Eq, PartialOrd, Ord, Default, clap::ValueEnum)]
285285
pub enum OutputFormat {
286-
/// Print diagnostics verbosely, with context and helpful hints.
286+
/// Print diagnostics verbosely, with context and helpful hints \[default\].
287287
///
288288
/// Diagnostic messages may include additional context and
289289
/// annotations on the input to help understand the message.

0 commit comments

Comments
 (0)