docs(just-bash-port): document ec.Runner subshell pattern
Add reference material for porting commands that re-dispatch a child
argv (time, nice, xargs) through the shell so inner calls hit the same
exec-handler chain as a top-level invocation. Covers shell-quoting,
parsing, subshell dispatch, the nil-Runner guard, and how to recognize
registry.ErrCommandNotFound from the inner exit.
Signed-off-by: Xe Iaso <me@xeiaso.net>
Assisted-by: Claude Opus 4.7 via Claude Code
Signed-off-by: Xe Iaso <me@xeiaso.net>