@myop/cli 0.1.22 → 0.1.23
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
|
@@ -1752,7 +1752,7 @@ const be = (o = !1) => {
|
|
|
1752
1752
|
new Re(),
|
|
1753
1753
|
...St
|
|
1754
1754
|
];
|
|
1755
|
-
const Wt = "0.1.
|
|
1755
|
+
const Wt = "0.1.23";
|
|
1756
1756
|
h.program = new lt();
|
|
1757
1757
|
h.program.name("@myop/cli").description("Myop CLI - Remote UI Made Easy").version(Wt);
|
|
1758
1758
|
h.program.addOption(new le("-c, --config <value>", "myop.config.json file location").default("./myop.config.json", "./myop.config.json"));
|