@midscene/cli 0.22.1-beta-20250717094632.0 → 0.22.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/es/index.js +2 -2
- package/dist/es/index.js.map +1 -1
- package/dist/lib/index.js +2 -2
- package/dist/lib/index.js.map +1 -1
- package/package.json +5 -5
package/dist/es/index.js
CHANGED
|
@@ -5711,7 +5711,7 @@ import { existsSync as existsSync2 } from "fs";
|
|
|
5711
5711
|
import { join as join2 } from "path";
|
|
5712
5712
|
|
|
5713
5713
|
// package.json
|
|
5714
|
-
var version = "0.22.1
|
|
5714
|
+
var version = "0.22.1";
|
|
5715
5715
|
|
|
5716
5716
|
// src/cli-utils.ts
|
|
5717
5717
|
import { statSync as statSync3 } from "fs";
|
|
@@ -13918,7 +13918,7 @@ Usage: $0 [options] <path-to-yaml-script-file-or-directory>`
|
|
|
13918
13918
|
default: true,
|
|
13919
13919
|
description: "Turn on logging to help debug why certain keys or values are not being set as you expect"
|
|
13920
13920
|
}
|
|
13921
|
-
}).version("version", "Show version number", "0.22.1
|
|
13921
|
+
}).version("version", "Show version number", "0.22.1").help().wrap(yargs_default().terminalWidth());
|
|
13922
13922
|
const argv = await args.argv;
|
|
13923
13923
|
debug("argv", argv);
|
|
13924
13924
|
return {
|