import fs from "fs"; import chalk from "chalk"; import inquirer from "inquirer"; 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