feat(command): port base64 from just-bash
Port the base64 coreutil from just-bash. Supports encode/decode with
-d/--decode, line wrapping via -w/--wrap, reading from stdin or files,
and "-" for stdin. Uses pborman/getopt for GNU-style option parsing
to match the reference behavior.
Assisted-by: Claude Opus 4.7 via Claude Code
Signed-off-by: Xe Iaso <me@xeiaso.net>