mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
base64: Moved argument parsing to clap.
Moved argument parsing to clap and added tests to cover using "-" as stdin, passing in too many file arguments, and updated the "wrap" error message in the tests.
This commit is contained in:
parent
5567f32f58
commit
05b20c32a9
6 changed files with 171 additions and 72 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1688,6 +1688,7 @@ dependencies = [
|
|||
name = "uu_base64"
|
||||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue