It isn't obvious that you necessarily need to pass another arg. We should improve the error or show the --help global value instead. Either of these could help make it more clear that we can use this to get further help for any specific command.
❯ pnpm cli help
> @effectionx/inspector@0.0.1 cli /Users/jacobbolda/dev/github/thefrontside/inspector
> node --experimental-strip-types ./cli/index.ts help
command: unknown command: undefined. available: help, ui, call, run
It isn't obvious that you necessarily need to pass another arg. We should improve the error or show the
--helpglobal value instead. Either of these could help make it more clear that we can use this to get further help for any specific command.