We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59873a commit 898991bCopy full SHA for 898991b
1 file changed
packages/cli/src/core/options/options-getter.ts
@@ -239,7 +239,6 @@ export function createOptionsGetter<
239
// Prompt for the value if required or a prompt is provided.
240
if (isMissing || params?.prompt) {
241
value = await optionPrompt({
242
- // ^?
243
client,
244
config,
245
name: key,
0 commit comments