Skip to content

Commit 349ecfb

Browse files
authored
Merge pull request #688 from Josef-Friedrich/doc-cli
Remove deprecated option --input from the emmylua_doc_cli examples
2 parents 90f532b + 7801c1f commit 349ecfb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

β€ŽREADME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Our project is meticulously organized into specialized crates, each serving a cr
116116
#### πŸ“ **Annotation System**
117117
- βœ… **EmmyLua** annotations
118118
- βœ… **Luacats** documentation
119-
- βœ… **Type definitions**
119+
- βœ… **Type definitions**
120120
- βœ… **Generic types**
121121
- βœ… **Union types**
122122

@@ -292,7 +292,7 @@ Generate beautiful API documentation:
292292

293293
```bash
294294
# Basic usage
295-
emmylua_doc_cli --input ./src --output ./docs
295+
emmylua_doc_cli ./src --output ./docs
296296
```
297297

298298
### βœ… Static Analyzer (`emmylua_check`)

β€Žcrates/emmylua_doc_cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ cargo install emmylua_doc_cli
1111
## Usage
1212

1313
```shell
14-
emmylua_doc_cli --input ./tests/lua --output ./tests/doc
15-
```
14+
emmylua_doc_cli ./tests/lua --output ./tests/doc
15+
```

0 commit comments

Comments
Β (0)