remove nu-check examples with the --all flag (#15047)

# Description

Deletes example usage of `nu-check`'s `--all` flag, which was removed in
5e937ca1afc6aee2296615f64330331952c7cd53.
This commit is contained in:
Solomon 2025-02-07 13:31:59 -07:00 committed by GitHub
parent d007b10fbf
commit e60dac8957
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,16 +168,6 @@ impl Command for NuCheck {
example: "$'two(char nl)lines' | nu-check ",
result: None,
},
Example {
description: "Heuristically parse which begins with script first, if it sees a failure, try module afterwards",
example: "nu-check -a script.nu",
result: None,
},
Example {
description: "Heuristically parse by showing error message",
example: "open foo.nu | lines | nu-check --all --debug",
result: None,
},
]
}
}