mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57:45 +00:00
refactor(id) - move to clap and add more tests (#1628)
This commit is contained in:
parent
41ba5ed913
commit
5efaa0bf32
4 changed files with 143 additions and 41 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1669,6 +1669,7 @@ dependencies = [
|
|||
name = "uu_id"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"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