Skip to content

Commit 4fef396

Browse files
committed
feature: added chatgpt support
1 parent f3c2df7 commit 4fef396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function handleUnknownCommand(): Promise<void> {
3939
console.log(cliConfig.commandError(process.argv.slice(2)))
4040
}
4141

42-
function run(argv: Array<string>): void {
42+
async function run(argv: Array<string>): Promise<void> {
4343
try {
4444
if (!roverHelpers.npmrootTest()) {
4545
throw new Error(cliConfig.globalError)

0 commit comments

Comments
 (0)