feat(command): port paste from just-bash
Merge corresponding lines from files (or stdin via -) separated by
TABs by default. Mirrors GNU coreutils paste semantics as
implemented by just-bash: cyclic delimiters via -d, serial mode via
-s, multiple - args distribute stdin lines round-robin, and the BSD
"usage: paste ..." stderr message when no files are given.
Assisted-by: Claude Opus 4.7 via Claude Code
Signed-off-by: Xe Iaso <me@xeiaso.net>