@myop/cli 0.1.17 → 0.1.18
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
|
@@ -1402,7 +1402,7 @@ const le = (e = !1) => {
|
|
|
1402
1402
|
new me(),
|
|
1403
1403
|
...rt
|
|
1404
1404
|
];
|
|
1405
|
-
const Ct = "0.1.
|
|
1405
|
+
const Ct = "0.1.18";
|
|
1406
1406
|
d.program = new We();
|
|
1407
1407
|
d.program.name("@myop/cli").description("Myop CLI - Remote UI Made Easy").version(Ct);
|
|
1408
1408
|
d.program.addOption(new ce("-c, --config <value>", "myop.config.json file location").default("./myop.config.json", "./myop.config.json"));
|