openship 0.1.8 → 0.1.9
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5960,7 +5960,7 @@ var cacheCommand = new Command22("cache").description("Manage the local download
|
|
|
5960
5960
|
|
|
5961
5961
|
// src/index.ts
|
|
5962
5962
|
var program = new Command23();
|
|
5963
|
-
program.name("openship").description("Openship CLI \u2014 install, run, and manage Openship from your terminal").version("0.1.
|
|
5963
|
+
program.name("openship").description("Openship CLI \u2014 install, run, and manage Openship from your terminal").version("0.1.9").option("--json", "Machine-readable JSON output (stdout data only)").hook("preAction", (thisCommand) => {
|
|
5964
5964
|
if (thisCommand.opts().json) setJsonMode(true);
|
|
5965
5965
|
});
|
|
5966
5966
|
program.addCommand(upCommand);
|