@oh-my-pi/cli 0.6.0 → 0.6.3
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/dist/cli.js +1 -1
- 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.6.
|
|
11400
|
+
program.name("omp").description("Oh My Pi - Plugin manager for pi configuration").version("0.6.3");
|
|
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)
|