@oh-my-pi/cli 0.9.0 → 0.9.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/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -11567,7 +11567,7 @@ var {
|
|
|
11567
11567
|
} = import__.default;
|
|
11568
11568
|
|
|
11569
11569
|
// src/cli.ts
|
|
11570
|
-
program.name("omp").description("Oh My Pi - Plugin manager for pi configuration").version("0.9.
|
|
11570
|
+
program.name("omp").description("Oh My Pi - Plugin manager for pi configuration").version("0.9.1");
|
|
11571
11571
|
program.command("install [packages...]").alias("i").description("Install plugin(s). No args = install from plugins.json").addHelpText("after", `
|
|
11572
11572
|
Examples:
|
|
11573
11573
|
$ omp install @oh-my-pi/subagents # Install from npm (all features)
|