@teambit/harmony.content.cli-reference 2.0.882 → 2.0.884
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/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -35,6 +35,11 @@
|
|
|
35
35
|
"j",
|
|
36
36
|
"json",
|
|
37
37
|
"output the commands info as JSON"
|
|
38
|
+
],
|
|
39
|
+
[
|
|
40
|
+
"",
|
|
41
|
+
"skill <type>",
|
|
42
|
+
"generate output for Claude Code skill: \"commands\" (like bit --help) or \"flags\" (condensed flag reference)"
|
|
38
43
|
]
|
|
39
44
|
],
|
|
40
45
|
"description": "generate an .md file with all commands details",
|
package/dist/cli-reference.json
CHANGED
|
@@ -35,6 +35,11 @@
|
|
|
35
35
|
"j",
|
|
36
36
|
"json",
|
|
37
37
|
"output the commands info as JSON"
|
|
38
|
+
],
|
|
39
|
+
[
|
|
40
|
+
"",
|
|
41
|
+
"skill <type>",
|
|
42
|
+
"generate output for Claude Code skill: \"commands\" (like bit --help) or \"flags\" (condensed flag reference)"
|
|
38
43
|
]
|
|
39
44
|
],
|
|
40
45
|
"description": "generate an .md file with all commands details",
|