fleetbo-cockpit-cli 1.0.235 → 1.0.237
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 +3 -3
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -619,10 +619,10 @@ s
|
|
|
619
619
|
console.log('\x1b[90m─────────────────────────────────────────────────────\x1b[0m');
|
|
620
620
|
console.log('\x1b[90mFormat: \x1b[33m<verb>\x1b[0m module \x1b[36m<ModuleName>\x1b[0m');
|
|
621
621
|
console.log('\x1b[90mVerbs: \x1b[33mforge\x1b[0m \x1b[90m·\x1b[0m \x1b[33mcreate\x1b[0m \x1b[90m·\x1b[0m \x1b[33mupdate\x1b[0m \x1b[90m·\x1b[0m \x1b[33mmodify\x1b[0m \x1b[90m·\x1b[0m \x1b[33mfix\x1b[0m \x1b[90m·\x1b[0m \x1b[33medit\x1b[0m');
|
|
622
|
-
console.log('\x1b[90mExample: \x1b[0m\x1b[33mupdate\x1b[0m module \x1b[36mProfileManager\x1b[0m \x1b[90mwith a red button\x1b[0m
|
|
623
|
-
console.log('\x1b[90m─────────────────────────────────────────────────────\x1b[0m
|
|
622
|
+
console.log('\x1b[90mExample: \x1b[0m\x1b[33mupdate\x1b[0m module \x1b[36mProfileManager\x1b[0m \x1b[90mwith a red button\x1b[0m');
|
|
623
|
+
console.log('\x1b[90m─────────────────────────────────────────────────────\x1b[0m');
|
|
624
624
|
|
|
625
|
-
console.log('\x1b[32mAlex ❯\x1b[0m Describe your feature using the Compose panel...');
|
|
625
|
+
console.log('\n\x1b[32mAlex ❯\x1b[0m Describe your feature using the Compose panel...');
|
|
626
626
|
|
|
627
627
|
const rl = readline.createInterface({
|
|
628
628
|
input: process.stdin,
|