mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
refactor(install): move to clap
This commit is contained in:
parent
f47005e999
commit
2edfe32c48
4 changed files with 213 additions and 182 deletions
|
@ -10,7 +10,7 @@ fn test_install_help() {
|
|||
.succeeds()
|
||||
.no_stderr()
|
||||
.stdout
|
||||
.contains("Options:"));
|
||||
.contains("FLAGS:"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue