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