Skip to content

Commit 4015c15

Browse files
fix: use cli framework in CLI
1 parent 8539c7d commit 4015c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questions/ci.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function getCIQuestionResults(
2424
modelConfig: await askModelConfig({
2525
openAiKey: program.openAiKey,
2626
askModels: false,
27-
framework: defaults.framework,
27+
framework: program.framework,
2828
}),
2929
};
3030
}

0 commit comments

Comments
 (0)