fleetbo-cockpit-cli 1.0.221 → 1.0.223
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/cli.js +0 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -663,8 +663,6 @@ if (command === 'alex') {
|
|
|
663
663
|
console.log('\x1b[90mExample: \x1b[0m\x1b[33mupdate\x1b[0m module \x1b[36mProfileManager\x1b[0m \x1b[90mwith a red button\x1b[0m\n');
|
|
664
664
|
|
|
665
665
|
console.log('\x1b[32mAlex ❯\x1b[0m Describe your feature using the Compose panel...');
|
|
666
|
-
|
|
667
|
-
console.log('');
|
|
668
666
|
|
|
669
667
|
const rl = readline.createInterface({
|
|
670
668
|
input: process.stdin,
|