Simplify group/window into their own commands (#4760)

This commit is contained in:
JT
2022-03-06 20:01:29 -05:00
committed by GitHub
parent fbbbde1489
commit 4f43d75130
7 changed files with 126 additions and 308 deletions

View File

@ -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]