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.
- package/dist/commands/exam.js +0 -2
- package/package.json +1 -1
package/dist/commands/exam.js
CHANGED
|
@@ -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(() => {
|