diff --git a/cli/prompt_select.ts b/cli/prompt_select.ts index 759c324056d7..dccc7d4582ac 100644 --- a/cli/prompt_select.ts +++ b/cli/prompt_select.ts @@ -81,6 +81,7 @@ class PromptSelect { * * @param message The prompt message to show to the user. * @param values The values for the prompt. + * @param options The options for the prompt. * @returns The string that was entered or `null` if stdin is not a TTY. * * @example Usage