forked from extern/nushell
remove nu-check
examples with the --all
flag (#15047)
# Description
Deletes example usage of `nu-check`'s `--all` flag, which was removed in
5e937ca1af
.
This commit is contained in:
@ -168,16 +168,6 @@ impl Command for NuCheck {
|
|||||||
example: "$'two(char nl)lines' | nu-check ",
|
example: "$'two(char nl)lines' | nu-check ",
|
||||||
result: None,
|
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,
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user