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:
parent
b007318b51
commit
b7c1216a1a
3 changed files with 66 additions and 66 deletions
|
@ -16,7 +16,7 @@ fn test_env_help() {
|
|||
.arg("--help")
|
||||
.succeeds()
|
||||
.no_stderr()
|
||||
.stdout_contains("OPTIONS:");
|
||||
.stdout_contains("Options:");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue