Builds the whole command tree against one context.
Exported rather than assembled in cli.ts so a spec drives the real parser -- flag names, defaults and help text included -- instead of calling the handlers directly and leaving the wiring untested.
cli.ts
Builds the whole command tree against one context.
Exported rather than assembled in
cli.tsso a spec drives the real parser -- flag names, defaults and help text included -- instead of calling the handlers directly and leaving the wiring untested.