feat(command): port mkdir from just-bash
Create directories with optional parent creation and verbose
output. Mirrors GNU mkdir semantics as implemented by just-bash:
the -p flag suppresses errors for existing targets and creates
intermediate directories, while plain mkdir errors with "File
exists" or "No such file or directory" to match coreutils
diagnostics. Verbose output is written to stdout, errors to
stderr, and a partial-failure batch returns exit 1 after
processing the remaining operands.
Signed-off-by: Xe Iaso <me@xeiaso.net>
Assisted-by: Claude Opus 4.7 via Claude Code