mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
Expand Nushell's help system (#7611)
This commit is contained in:
@ -130,7 +130,7 @@ fn help_present_in_def() -> TestResult {
|
||||
#[test]
|
||||
fn help_not_present_in_extern() -> TestResult {
|
||||
run_test(
|
||||
"module test {export extern \"git fetch\" []}; use test; help git fetch | ansi strip",
|
||||
"module test {export extern \"git fetch\" []}; use test `git fetch`; help git fetch | ansi strip",
|
||||
"Usage:\n > git fetch",
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user