tolingcode 2026.3.19 → 2026.3.20
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/bin/tolingcode.js +7 -7
- package/package.json +1 -1
package/bin/tolingcode.js
CHANGED
|
@@ -20,19 +20,19 @@ program
|
|
|
20
20
|
.version(pkg.version, '-v, --version', chalk.hex('#FFFFFF')('显示版本号'))
|
|
21
21
|
.addHelpText('after', `
|
|
22
22
|
${chalk.hex('#0de900').bold('快速开始:')}
|
|
23
|
-
${chalk.
|
|
24
|
-
${chalk.hex('#
|
|
25
|
-
${chalk.hex('#
|
|
26
|
-
${chalk.hex('#
|
|
23
|
+
${chalk.hex('#0de900')('# 安装技能')}
|
|
24
|
+
${chalk.hex('#0de900')('$ tolingcode install skills gigacloud-warehouse')} ${chalk.white('# 大健云仓(跨境电商 B2B)')}
|
|
25
|
+
${chalk.hex('#0de900')('$ tolingcode install skills order-fulfillment')} ${chalk.white('# 订单履约管理')}
|
|
26
|
+
${chalk.hex('#0de900')('$ tolingcode install skills hbj-ai-shell')} ${chalk.white('# 远程 Linux 运维')}
|
|
27
27
|
|
|
28
|
-
${chalk.
|
|
28
|
+
${chalk.hex('#0de900')('# 列出技能')}
|
|
29
29
|
${chalk.hex('#0de900')('$ tolingcode list skills')}
|
|
30
30
|
|
|
31
|
-
${chalk.
|
|
31
|
+
${chalk.hex('#0de900')('# 搜索技能')}
|
|
32
32
|
${chalk.hex('#0de900')('$ tolingcode search 电商')}
|
|
33
33
|
${chalk.hex('#0de900')('$ tolingcode search gigacloud')}
|
|
34
34
|
|
|
35
|
-
${chalk.
|
|
35
|
+
${chalk.hex('#0de900')('# 查看更多示例')}
|
|
36
36
|
${chalk.hex('#0de900')('$ tolingcode examples')}
|
|
37
37
|
`);
|
|
38
38
|
|