forgex-cli 1.0.10 → 1.0.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/src/index.js +1 -1
- package/package.json +1 -1
package/dist/src/index.js
CHANGED
|
@@ -18,7 +18,7 @@ export function createProgram() {
|
|
|
18
18
|
program
|
|
19
19
|
.name('forgex')
|
|
20
20
|
.description('ForgeX CLI - Solana 链上做市系统命令行工具')
|
|
21
|
-
.version('1.0.
|
|
21
|
+
.version('1.0.11')
|
|
22
22
|
.option('--format <format>', '输出格式: json | table | minimal', 'json');
|
|
23
23
|
// 绑定 program 实例到 output 模块,使 --format 全局标志自动生效
|
|
24
24
|
bindProgram(program);
|