Skip to content

Remove deprecated option --input from the emmylua_doc_cli examples #688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Our project is meticulously organized into specialized crates, each serving a cr
#### 📝 **Annotation System**
- ✅ **EmmyLua** annotations
- ✅ **Luacats** documentation
- ✅ **Type definitions**
- ✅ **Type definitions**
- ✅ **Generic types**
- ✅ **Union types**

Expand Down Expand Up @@ -292,7 +292,7 @@ Generate beautiful API documentation:

```bash
# Basic usage
emmylua_doc_cli --input ./src --output ./docs
emmylua_doc_cli ./src --output ./docs
```

### ✅ Static Analyzer (`emmylua_check`)
Expand Down
4 changes: 2 additions & 2 deletions crates/emmylua_doc_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ cargo install emmylua_doc_cli
## Usage

```shell
emmylua_doc_cli --input ./tests/lua --output ./tests/doc
```
emmylua_doc_cli ./tests/lua --output ./tests/doc
```
Loading