Update interactive.js

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-07-21 12:21:37 -04:00 committed by GitHub
parent 402f4620dd
commit 61d268ac82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ import { showHelpText } from "./help-message.js";
* @returns {Promise<{type: "Console" | "File", value: string} | {type: "Exit"}>} The selected option with value
*/
export async function runInteractive() {
/** @type {"Console" | "File" | "HELP MEEEEE" | "Exit"} */
/** @type {"Console" | "File" | "Help" | "Exit"} */
const answer = await inquirer
.prompt([
{