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:
parent
05b20c32a9
commit
f307de22d0
8 changed files with 187 additions and 287 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1689,6 +1689,7 @@ name = "uu_base64"
|
|||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"uu_base32",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue