mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
refactor(uniq): Move to clap + add a test (#1626)
This commit is contained in:
parent
7bbb4c98e8
commit
41ba5ed913
4 changed files with 151 additions and 100 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2237,7 +2237,7 @@ dependencies = [
|
|||
name = "uu_uniq"
|
||||
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)",
|
||||
"uucore 0.0.4",
|
||||
"uucore_procs 0.0.4",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue