icoa-cli 2.16.3 → 2.16.4

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.
@@ -296,7 +296,6 @@ export function registerExamCommand(program) {
296
296
  if (questions.length > 0) {
297
297
  printQuestion(questions[0]);
298
298
  }
299
- console.log(chalk.gray(' Commands: exam q <n> | exam answer <n> <A-D> | exam review | exam submit'));
300
299
  }
301
300
  catch (err) {
302
301
  console.log();
@@ -903,7 +902,6 @@ export function registerExamCommand(program) {
903
902
  printKeyValue('Duration', 'No time limit');
904
903
  // Show first question
905
904
  printQuestion(DEMO_QUESTIONS[0]);
906
- console.log(chalk.gray(' Commands: exam q <n> | exam answer <n> <A-D> | exam review | exam submit'));
907
905
  });
908
906
  // Default action: show status or help
909
907
  exam.action(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icoa-cli",
3
- "version": "2.16.3",
3
+ "version": "2.16.4",
4
4
  "description": "ICOA CLI — The world's first CLI-native CTF competition terminal",
5
5
  "type": "module",
6
6
  "bin": {