icoa-cli 2.19.25 → 2.19.26

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.
@@ -243,6 +243,8 @@ function printQuestion(q, answer) {
243
243
  console.log(chalk.yellow(' A/B/C/D') + chalk.gray(` ${t('answerThis')}`));
244
244
  console.log(chalk.yellow(' help') + ' ' + helpLabel);
245
245
  console.log(chalk.yellow(' next') + chalk.gray(' / ') + chalk.yellow('prev') + chalk.gray(` ${t('htpNav')}`));
246
+ console.log(chalk.yellow(` exam q 1..${total}`) + chalk.gray(' jump to a specific question'));
247
+ console.log(chalk.yellow(' exam review') + chalk.gray(' check progress'));
246
248
  console.log(chalk.yellow(' back') + chalk.gray(` ${t('htpBack')}`));
247
249
  console.log(chalk.yellow(' lang') + chalk.gray(` ${t('htpLang')}`));
248
250
  console.log(chalk.gray(' ─────────────────────────────────────────'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icoa-cli",
3
- "version": "2.19.25",
3
+ "version": "2.19.26",
4
4
  "description": "ICOA CLI — The world's first CLI-native CTF competition terminal",
5
5
  "type": "module",
6
6
  "bin": {