icoa-cli 2.16.5 → 2.16.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -139,7 +139,7 @@ function printQuestion(q, answer) {
139
139
  console.log(chalk.yellow(' help') + chalk.gray(` ${helpLabel}`));
140
140
  console.log(chalk.yellow(' next') + chalk.gray(' / ') + chalk.yellow('prev') + chalk.gray(' move between questions'));
141
141
  console.log(chalk.yellow(' back') + chalk.gray(' pause and return to menu'));
142
- console.log(chalk.yellow(' lang es') + chalk.gray(' switch language'));
142
+ console.log(chalk.yellow(' lang') + chalk.gray(' view all languages / ') + chalk.yellow('lang es') + chalk.gray(' to switch'));
143
143
  console.log(chalk.gray(' ─────────────────────────────────────────'));
144
144
  }
145
145
  export function registerExamCommand(program) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icoa-cli",
3
- "version": "2.16.5",
3
+ "version": "2.16.6",
4
4
  "description": "ICOA CLI — The world's first CLI-native CTF competition terminal",
5
5
  "type": "module",
6
6
  "bin": {