fleetbo-cockpit-cli 1.0.173 → 1.0.174
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 -5
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -615,11 +615,6 @@ if (command === 'alex') {
|
|
|
615
615
|
console.log('');
|
|
616
616
|
console.log('\x1b[90mWithout this exact structure, Alex answers but does not generate code.\x1b[0m');
|
|
617
617
|
|
|
618
|
-
|
|
619
|
-
console.log('');
|
|
620
|
-
console.log('\x1b[90mTo completely eradicate a module:\x1b[0m');
|
|
621
|
-
console.log('\x1b[33m›\x1b[0m \x1b[31mnpm run fleetbo rm\x1b[0m \x1b[36m<ModuleName>\x1b[0m');
|
|
622
|
-
|
|
623
618
|
// EXAMPLES
|
|
624
619
|
console.log('');
|
|
625
620
|
console.log('\x1b[36mEXAMPLES\x1b[0m');
|