fleetbo-cockpit-cli 1.0.232 → 1.0.233
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 +1 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -613,7 +613,7 @@ s
|
|
|
613
613
|
console.log('\x1b[1mHigh-Perf\x1b[0m\x1b[90m Video Feed · Swipe Deck · Audio\x1b[0m');
|
|
614
614
|
console.log('\x1b[1mSovereign\x1b[0m\x1b[90m Form + Photo + Save-to-Cloud\x1b[0m');
|
|
615
615
|
console.log('\x1b[1mFleetbo View\x1b[0m\x1b[90m Full native tab (120 FPS)\x1b[0m');
|
|
616
|
-
console.log('\x1b[90m─────────────────────────────────────────────────────\x1b[0m');
|
|
616
|
+
console.log('\x1b[90m─────────────────────────────────────────────────────\x1b[0m\n');
|
|
617
617
|
|
|
618
618
|
console.log('\x1b[36mCODE GENERATION SYNTAX\x1b[0m \x1b[90m(strict format required)\x1b[0m');
|
|
619
619
|
console.log('\x1b[90m─────────────────────────────────────────────────────\x1b[0m');
|