1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

env: update to clap 4

This commit is contained in:
Terts Diepraam 2022-09-29 17:48:27 +02:00
parent b007318b51
commit b7c1216a1a
3 changed files with 66 additions and 66 deletions

View file

@ -16,7 +16,7 @@ fn test_env_help() {
.arg("--help")
.succeeds()
.no_stderr()
.stdout_contains("OPTIONS:");
.stdout_contains("Options:");
}
#[test]