mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #1637 from sylvestre/clap-install
refactor(install): move to clap
This commit is contained in:
commit
eada6e58e5
4 changed files with 214 additions and 183 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