Skip to content

Commit dcbd0a1

Browse files
committed
Update readme-cli-help to use the new schema.
1 parent 5f45bbb commit dcbd0a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.config/readme-cli-help.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2+
"$schema": "../node_modules/readme-cli-help/schema.json",
23
"files": {
34
"./README.md": {
4-
"blocks": [
5+
"codeFences": [
56
{
6-
"fence": "text help",
7+
"infoString": "text help",
78
"command": ["bun", "run", "src/cli/main.ts", "--help"]
89
}
910
]

0 commit comments

Comments
 (0)