1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Merge pull request #1632 from sylvestre/clap-rm

refactor(rm): Move to clap + add a test
This commit is contained in:
Sylvestre Ledru 2020-11-17 13:00:35 +01:00 committed by GitHub
commit 5eaab5327c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 135 additions and 72 deletions

2
Cargo.lock generated
View file

@ -1974,7 +1974,7 @@ dependencies = [
name = "uu_rm"
version = "0.0.1"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.4",
"uucore_procs 0.0.4",