Skip to content

Commit 0255fb6

Browse files
committed
split into multiple files
1 parent f2ebf8b commit 0255fb6

File tree

10 files changed

+538
-418
lines changed

10 files changed

+538
-418
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323

2424
## Usage
2525

26+
### `help`
27+
28+
```sh
29+
npx api-docs-tooling help [command]
30+
```
31+
2632
### `generate`
2733

2834
Generate API documentation from Markdown files.
@@ -55,7 +61,7 @@ npx api-docs-tooling lint [options]
5561
- `-i, --input <patterns...>` Input file patterns (glob)
5662
- `--ignore [patterns...]` Files to ignore
5763
- `--disable-rule [rules...]` Disable specific linting rules
58-
- `--lint-dry-run` Run linter without applying changes
64+
- `--dry-run` Run linter without applying changes
5965
- `-r, --reporter <reporter>` Reporter format: `console`, `github`, etc.
6066

6167
### `interactive`
@@ -75,9 +81,3 @@ npx api-docs-tooling list generators
7581
npx api-docs-tooling list rules
7682
npx api-docs-tooling list reporters
7783
```
78-
79-
### `help`
80-
81-
```sh
82-
npx api-docs-tooling help [command]
83-
```

0 commit comments

Comments
 (0)