Hi and awesome job for this library! Quick question: Is there a way to set a default command when I don't specify one through the CLI? ```bash # run 'print' command bun run cli.ts print --hello world # run default 'print' command bun run cli.ts --hello world ```