canvaslms-cli 1.4.0 → 1.4.1
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/lib/interactive.js +1 -1
- package/package.json +1 -1
package/lib/interactive.js
CHANGED
|
@@ -182,7 +182,7 @@ function pad(str, len) {
|
|
|
182
182
|
async function selectFilesImproved(rl, currentDir = process.cwd()) {
|
|
183
183
|
const selectedFiles = [];
|
|
184
184
|
console.log(chalk.cyan.bold('\n' + '-'.repeat(50)));
|
|
185
|
-
console.log(chalk.cyan.bold('
|
|
185
|
+
console.log(chalk.cyan.bold('File Selection'));
|
|
186
186
|
console.log(chalk.cyan('-'.repeat(50)));
|
|
187
187
|
console.log(chalk.yellow('Tips:'));
|
|
188
188
|
console.log(' • Type filename to add individual files');
|