@midscene/cli 1.10.11-beta-20260811112752.0 → 1.10.11
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.mjs +4 -2
- package/dist/es/index.mjs.map +1 -1
- package/dist/lib/index.js +4 -2
- package/dist/lib/index.js.map +1 -1
- package/package.json +8 -8
package/dist/lib/index.js
CHANGED
|
@@ -4701,7 +4701,9 @@ defineYamlBatchTest(test, testOptions);
|
|
|
4701
4701
|
"use strict";
|
|
4702
4702
|
var core_ = __webpack_require__("@midscene/core");
|
|
4703
4703
|
const cli_namespaceObject = require("@midscene/shared/cli");
|
|
4704
|
-
var package_namespaceObject =
|
|
4704
|
+
var package_namespaceObject = {
|
|
4705
|
+
rE: "1.10.11"
|
|
4706
|
+
};
|
|
4705
4707
|
var external_node_fs_ = __webpack_require__("node:fs");
|
|
4706
4708
|
var external_node_fs_namespaceObject = /*#__PURE__*/ __webpack_require__.t(external_node_fs_, 2);
|
|
4707
4709
|
var external_node_path_ = __webpack_require__("node:path");
|
|
@@ -12588,7 +12590,7 @@ Usage:
|
|
|
12588
12590
|
type: 'boolean',
|
|
12589
12591
|
description: `Turn on logging to help debug why certain keys or values are not being set as you expect, default is ${config_factory_defaultConfig.dotenvDebug}`
|
|
12590
12592
|
}
|
|
12591
|
-
}).version('version', 'Show version number', "1.10.11
|
|
12593
|
+
}).version('version', 'Show version number', "1.10.11").help().epilogue(`For complete list of configuration options, please visit:
|
|
12592
12594
|
• Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
|
|
12593
12595
|
• Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
|
|
12594
12596
|
• iOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-ios-part
|