We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
readme-cli-help
1 parent 5f45bbb commit dcbd0a1Copy full SHA for dcbd0a1
1 file changed
.config/readme-cli-help.json
@@ -1,9 +1,10 @@
1
{
2
+ "$schema": "../node_modules/readme-cli-help/schema.json",
3
"files": {
4
"./README.md": {
- "blocks": [
5
+ "codeFences": [
6
- "fence": "text help",
7
+ "infoString": "text help",
8
"command": ["bun", "run", "src/cli/main.ts", "--help"]
9
}
10
]
0 commit comments