Add skip-empty flag to lines command (#543)

* Add skip-empty flag to lines command

* Fix failing length test
This commit is contained in:
Ștefan
2021-12-21 21:24:11 +01:00
committed by GitHub
parent 6a35e6b7b6
commit a93a9b9029
2 changed files with 12 additions and 9 deletions

View File

@@ -1038,7 +1038,7 @@ fn long_flag() -> TestResult {
#[test]
fn help_works_with_missing_requirements() -> TestResult {
run_test(r#"each --help | lines | length"#, "10")
run_test(r#"each --help | lines | length"#, "15")
}
#[test]