1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +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

View file

@ -0,0 +1 @@
Hello, World!