mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47: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
tests/fixtures/base64/input-simple.txt
vendored
Normal file
1
tests/fixtures/base64/input-simple.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Hello, World!
|
Loading…
Add table
Add a link
Reference in a new issue