feat(command): port column from just-bash
Columnate input either by filling rows down-then-across (default)
or by aligning whitespace/separator-delimited input as a table
with -t. Mirrors just-bash's flag set (-t/-s/-o/-c/-n) and its
quirks: blank and whitespace-only lines are dropped before
formatting, consecutive delimiters merge unless -n is set, and
output ends with a trailing newline only when there is content.
Signed-off-by: Xe Iaso <me@xeiaso.net>
Assisted-by: Claude Opus 4.7 via Claude Code