repowise 0.1.6 → 0.1.7
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/bin/repowise.js +1 -0
- package/package.json +1 -1
package/dist/bin/repowise.js
CHANGED
|
@@ -618,6 +618,7 @@ async function handleInterview(syncId, questionId, questionText, questionContext
|
|
|
618
618
|
console.log(chalk2.dim(` ${questionContext}`));
|
|
619
619
|
}
|
|
620
620
|
console.log(` ${questionText}`);
|
|
621
|
+
console.log(chalk2.dim(' (Type "skip" to skip, "done" to finish early)'));
|
|
621
622
|
let answer;
|
|
622
623
|
try {
|
|
623
624
|
answer = await Promise.race([
|