@baomihuatop/popcorn-cli 0.1.0 → 0.1.1
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/popcorn-cli.js
CHANGED
|
@@ -9,7 +9,7 @@ import { buildTaskCommand } from '../src/commands/task.js';
|
|
|
9
9
|
program
|
|
10
10
|
.name('popcorn-cli')
|
|
11
11
|
.description('Popcorn CLI - 通过 API Key 调用 Popcorn 后端服务')
|
|
12
|
-
.version('0.1.
|
|
12
|
+
.version('0.1.1');
|
|
13
13
|
|
|
14
14
|
program.addCommand(buildConfigCommand());
|
|
15
15
|
program.addCommand(buildImageCommand());
|
package/package.json
CHANGED