hamster-wheel-cli 0.2.0-beta.2 → 0.2.0
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/CHANGELOG.md +1 -4
- package/README.md +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/cli.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -4057,7 +4057,7 @@ async function runCli(argv) {
|
|
|
4057
4057
|
const globalConfig = await loadGlobalConfig(defaultLogger);
|
|
4058
4058
|
const effectiveArgv = applyShortcutArgv(argv, globalConfig);
|
|
4059
4059
|
const program = new import_commander.Command();
|
|
4060
|
-
program.name("wheel-ai").description("\u57FA\u4E8E AI CLI \u7684\u6301\u7EED\u8FED\u4EE3\u5F00\u53D1\u5DE5\u5177").version("
|
|
4060
|
+
program.name("wheel-ai").description("\u57FA\u4E8E AI CLI \u7684\u6301\u7EED\u8FED\u4EE3\u5F00\u53D1\u5DE5\u5177").version("0.2.0");
|
|
4061
4061
|
program.addHelpText(
|
|
4062
4062
|
"after",
|
|
4063
4063
|
"\n\u522B\u540D\u6267\u884C\uFF1A\n wheel-ai alias run <alias> <addition...>\n \u8FFD\u52A0\u547D\u4EE4\u4E0E alias \u91CD\u53E0\u65F6\uFF0C\u4EE5\u8FFD\u52A0\u4E3A\u51C6\u3002\n"
|