/** * `harn` CLI entry point. * * Parses argv, runs the Commander program returned by createHarneryProgram(). * Consumer CLIs import createHarneryProgram() from `harnery/commander` and * compose their own commands on top. See examples/extending-with-commander.ts. */ export {}; //# sourceMappingURL=cli.d.ts.map