Runs the application CLI with raw argv input.
Raw CLI arguments excluding node/bun executable prefix
Optional command handlers for dispatch
Promise resolved when command execution completes
await runCli(['status']); Copy
await runCli(['status']);
0.1.0
Runs the application CLI with raw argv input.