@midscene/cli 0.17.2-beta-20250521233451.0 → 0.17.2
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 +1 -1
- package/dist/es/index.js.map +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/package.json +4 -4
package/dist/es/index.js
CHANGED
|
@@ -13955,7 +13955,7 @@ Usage: $0 [options] <path-to-yaml-script-file-or-directory>`
|
|
|
13955
13955
|
default: false,
|
|
13956
13956
|
description: "Keep the browser window open after the script finishes. This is useful when debugging, but will consume more resources"
|
|
13957
13957
|
}
|
|
13958
|
-
}).version("version", "Show version number", "0.17.2
|
|
13958
|
+
}).version("version", "Show version number", "0.17.2").help().wrap(yargs_default().terminalWidth());
|
|
13959
13959
|
const argv = await args.argv;
|
|
13960
13960
|
return {
|
|
13961
13961
|
path: argv._[0],
|