mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 01:05:01 +02:00
Simplify group/window into their own commands (#4760)
This commit is contained in:
@ -72,7 +72,7 @@ fn in_variable_6() -> TestResult {
|
||||
|
||||
#[test]
|
||||
fn help_works_with_missing_requirements() -> TestResult {
|
||||
run_test(r#"each --help | lines | length"#, "33")
|
||||
run_test(r#"each --help | lines | length"#, "29")
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user