@oh-my-pi/cli 0.8.1 → 0.8.2

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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -11397,7 +11397,7 @@ var {
11397
11397
  } = import__.default;
11398
11398
 
11399
11399
  // src/cli.ts
11400
- program.name("omp").description("Oh My Pi - Plugin manager for pi configuration").version("0.8.1");
11400
+ program.name("omp").description("Oh My Pi - Plugin manager for pi configuration").version("0.8.2");
11401
11401
  program.command("install [packages...]").alias("i").description("Install plugin(s). No args = install from plugins.json").addHelpText("after", `
11402
11402
  Examples:
11403
11403
  $ omp install @oh-my-pi/subagents # Install from npm (all features)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oh-my-pi/cli",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Plugin manager for pi - install and manage pi config plugins from git repos",
5
5
  "type": "module",
6
6
  "main": "./dist/cli.js",