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

refactor(install): move to clap

This commit is contained in:
Sylvestre Ledru 2020-11-13 18:20:57 +01:00
parent f47005e999
commit 2edfe32c48
4 changed files with 213 additions and 182 deletions

View file

@ -10,7 +10,7 @@ fn test_install_help() {
.succeeds()
.no_stderr()
.stdout
.contains("Options:"));
.contains("FLAGS:"));
}
#[test]