cli4ai 0.8.0 → 0.8.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/package.json +1 -1
  2. package/src/bin.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cli4ai",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "The package manager for AI CLI tools - cliforai.com",
5
5
  "type": "module",
6
6
  "bin": {
package/src/bin.ts CHANGED
@@ -76,7 +76,7 @@ async function showBanner(): Promise<void> {
76
76
  console.log(` ${GREEN}ls${RESET} ${DIM}List installed packages${RESET}`);
77
77
  console.log(` ${GREEN}update${RESET} ${DIM}Update all packages${RESET}`);
78
78
  console.log('');
79
- console.log(` ${DIM}Run`${RESET} ${WHITE}cli4ai --help${RESET} ${DIM}for all commands${RESET}`);
79
+ console.log(` ${DIM}Run${RESET} ${WHITE}cli4ai --help${RESET} ${DIM}for all commands${RESET}`);
80
80
  console.log('');
81
81
 
82
82
  // Check for updates in background (non-blocking)