1
Fork 0
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:
Ricardo Iglesias 2021-04-28 00:36:27 -07:00
parent 5567f32f58
commit 05b20c32a9
6 changed files with 171 additions and 72 deletions

1
Cargo.lock generated
View file

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