@aiyiran/myclaw 1.0.155 → 1.0.156
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1126,7 +1126,7 @@ function showHelp() {
|
|
|
1126
1126
|
console.log(' up 升级 + 刷新桌面快捷方式 (= update + bat)');
|
|
1127
1127
|
console.log(' open 打开浏览器控制台(自动带 token)');
|
|
1128
1128
|
console.log(' fix 兜底修复(自动补装 WSL + Chrome,仅限 Windows)');
|
|
1129
|
-
console.log(' wsl2 WSL2 一键安装/修复 (仅限 Windows)');
|
|
1129
|
+
console.log(' wsl2 WSL2 一键安装/修复 (仅限 Windows, 可选: --cli)');
|
|
1130
1130
|
console.log(' bat 在桌面生成一键启动脚本 (仅限 Windows)');
|
|
1131
1131
|
console.log(' list 查看注入资源管理列表(智能体/技能/配置)');
|
|
1132
1132
|
console.log(' pull 从 ~/.openclaw 拉取最新资源到源目录(开发用)');
|