mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 05:49:32 +02:00
Update interactive.js
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
402f4620dd
commit
61d268ac82
@ -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([
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user