We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60f4c9 commit 82bf395Copy full SHA for 82bf395
1 file changed
src/lib/cli.ts
@@ -35,7 +35,7 @@ export async function getOptions() {
35
"A wrapper around GitHub Copilot API to make it OpenAI compatible, making it usable for other tools.",
36
},
37
})
38
- const options = parseArgs<typeof args>(Bun.argv, args)
+ const options = parseArgs<typeof args>(process.argv, args)
39
40
if (options.help) {
41
await showUsage(command)
0 commit comments