refactor(command): port ls to getopt/v2 and match upstream help
Re-port ls flag parsing from spf13/pflag onto pborman/getopt/v2 to
match the convention established by the newer just-bash ports
(base64, cat, basename, etc.). Output of --help now mirrors the
lsHelp block from vercel-labs/just-bash verbatim, including the
short-only -l/-S/-t/-1 flags and the trailing --help line. Parse
errors print "ls: <err>" plus the usage block to stderr and exit 2,
matching coreutils usage-error semantics.
Assisted-by: Claude Opus 4.7 via Claude Code
Signed-off-by: Xe Iaso <me@xeiaso.net>