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

base64: Refactor argument parsing

Moved most of the argument parsing logic to `base32/base_common.rs` to
allow for significant code reuse.
This commit is contained in:
Ricardo Iglesias 2021-04-29 01:59:43 -07:00
parent 05b20c32a9
commit f307de22d0
8 changed files with 187 additions and 287 deletions

1
Cargo.lock generated
View file

@ -1689,6 +1689,7 @@ name = "uu_base64"
version = "0.0.6"
dependencies = [
"clap",
"uu_base32",
"uucore",
"uucore_procs",
]