Status: PROPOSAL — pending the maintainer's decision. This documents the design behind the open PR (
jdalton:feat/external-subcommands→nubjs/nub, "feat: git-style external subcommand dispatch (nub-<verb>)", [#200], Refs #162). Thev0.xstatus records the proposed ship band, not a settled commitment.
An unknown nub <verb> resolves a binary named nub-<verb> (git/cargo/kubectl style) and runs it, forwarding the remaining argv verbatim:
nub cook ./app.ts --release → exec nub-cook ./app.ts --release