feat(command): port nl from just-bash
Number lines of files, with body-style, format, width, separator,
starting number, and increment options. Mirrors the just-bash nl
defaults: only non-empty lines numbered (style t), right-justified
six-column numbers, tab separator. Non-numbered lines emit a
width-spaces pad followed by the separator so output stays aligned.
A shared line counter spans multiple files. Numeric flags reject
non-integer or sub-1-width input with coreutils-shaped diagnostics.
Assisted-by: Claude Opus 4.7 via Claude Code
Signed-off-by: Xe Iaso <me@xeiaso.net>