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.
Files changed (2) hide show
  1. package/client.js +1 -1
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slicejs-cli",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "Command client for developing web applications with Slice.js framework",
5
5
  "main": "client.js",
6
6
  "bin": {