mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Merge pull request #1620 from sylvestre/clap-printenv
refactor(printenv): use clap instead of getopts
This commit is contained in:
commit
bd41cb621b
3 changed files with 44 additions and 46 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1904,7 +1904,7 @@ dependencies = [
|
|||
name = "uu_printenv"
|
||||
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 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
||||
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue