careervivid 1.1.1 → 1.1.2
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
|
@@ -24,7 +24,7 @@ const program = new Command();
|
|
|
24
24
|
program
|
|
25
25
|
.name("cv")
|
|
26
26
|
.description("CareerVivid CLI — publish articles, diagrams, and portfolio updates from your terminal or AI agent")
|
|
27
|
-
.version("1.1.
|
|
27
|
+
.version("1.1.2", "-v, --version", "Print CLI version")
|
|
28
28
|
.helpOption("-h, --help", "Show help");
|
|
29
29
|
registerAuthCommand(program);
|
|
30
30
|
registerPublishCommand(program);
|