Parses and runs one invocation, returning the exit code instead of taking the process down.
cli.ts is then three lines and every path through the CLI -- including the failures and the help output -- is reachable from a spec.
cli.ts
Parses and runs one invocation, returning the exit code instead of taking the process down.
cli.tsis then three lines and every path through the CLI -- including the failures and the help output -- is reachable from a spec.