@writechoice/mint-cli 0.0.12 → 0.0.13
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/cli.js +3 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -16,7 +16,9 @@ const program = new Command();
|
|
|
16
16
|
|
|
17
17
|
program
|
|
18
18
|
.name("writechoice")
|
|
19
|
-
.description(
|
|
19
|
+
.description(
|
|
20
|
+
"@writechoice/mint-cli@" + packageJson.version + "\n\nCLI tool for Mintlify documentation validation and utilities",
|
|
21
|
+
)
|
|
20
22
|
.version(packageJson.version, "-v, --version", "Output the current version");
|
|
21
23
|
|
|
22
24
|
// Validate command
|