slicejs-cli 2.7.0 → 2.7.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/client.js +1 -1
- package/package.json +1 -1
package/client.js
CHANGED
|
@@ -416,11 +416,11 @@ More info: https://slice-js-docs.vercel.app/
|
|
|
416
416
|
|
|
417
417
|
// Default action with better messaging
|
|
418
418
|
if (!process.argv.slice(2).length) {
|
|
419
|
-
program.outputHelp();
|
|
420
419
|
Print.newLine();
|
|
421
420
|
Print.info("Start with: slice init");
|
|
422
421
|
Print.commandExample("Development", "slice dev");
|
|
423
422
|
Print.commandExample("View available components", "slice browse");
|
|
423
|
+
Print.info("Use 'slice --help' for full help");
|
|
424
424
|
}
|
|
425
425
|
|
|
426
426
|
// Error handling for unknown commands
|