1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

base32: move from getopts to clap

Note, I needed to change the error messages in one of the tests because
getopt and clap have different error messages when not providing a
default value
This commit is contained in:
Ricardo Iglesias 2021-04-25 22:24:55 -07:00
parent c3d7358df6
commit 5578ba6eed
5 changed files with 182 additions and 56 deletions

3
Cargo.lock generated
View file

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "advapi32-sys"
version = "0.2.0"
@ -1653,6 +1655,7 @@ dependencies = [
name = "uu_base32"
version = "0.0.6"
dependencies = [
"clap",
"uucore",
"uucore_procs",
]