fi-pool-cli 0.2.3 → 0.2.4
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -116,7 +116,7 @@ const program = new Command();
|
|
|
116
116
|
program
|
|
117
117
|
.name('fi-pool')
|
|
118
118
|
.description('A股股池管理服务端')
|
|
119
|
-
.version('0.2.
|
|
119
|
+
.version('0.2.4')
|
|
120
120
|
.option('--config <path>', '指定 .env 配置文件路径(默认自动向上递归查找)');
|
|
121
121
|
// ─── Pool Management ────────────────────────────────────────────
|
|
122
122
|
const poolCmd = program.command('pool').description('股池管理');
|