/* * SPDX-FileCopyrightText: 2025 Pagefault Games * SPDX-FileContributor: Bertie690 * * SPDX-License-Identifier: AGPL-3.0-only */ import fs from "fs"; import { input, select } from "@inquirer/prompts"; import chalk from "chalk"; import { showHelpText } from "./help-message.js"; /** * @import { Option } from "./main.js" */ /** * Prompt the user to interactively select an option (console/file) to retrieve the egg move CSV. * @returns {Promise