@myop/cli 0.1.8 → 0.1.10
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/myop-cli.js +1 -1
- package/package.json +1 -1
package/dist/myop-cli.js
CHANGED
|
@@ -881,7 +881,7 @@ const z = (i = !1) => {
|
|
|
881
881
|
s ? s.action ? await s.action() : console.log(`⚠️ Operation ${i} has no action`) : console.log(`⚠️ Operation ${i} not found`), await pe();
|
|
882
882
|
};
|
|
883
883
|
a.program = new Me();
|
|
884
|
-
a.program.name("@myop/cli").description("Myop CLI - Remote UI Made Easy").version("0.
|
|
884
|
+
a.program.name("@myop/cli").description("Myop CLI - Remote UI Made Easy").version("0.1.10");
|
|
885
885
|
a.program.addOption(new Z("-c, --config <value>", "myop.config.json file location").default("./myop.config.json", "./myop.config.json"));
|
|
886
886
|
a.program.addOption(new Z("-h, --help", "Show helpful information"));
|
|
887
887
|
a.program.addOption(new Z("-v, --verbose", "Enables verbose output mode for the command-line interface (CLI)."));
|