Skip to content

Commit a6fc224

Browse files
committed
Document diagnostic limit option
1 parent 77725aa commit a6fc224

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

moonbit-agent-guide/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ my_module
212212
moon run -e 'fn main { println("Hello, MoonBit!") }'
213213
```
214214
- `moon build` - Build project
215-
(`moon run` and `moon build` both support `--target`)
215+
(`moon run` and `moon build` both support `--target`; `moon build` also supports `--diagnostic-limit <N>`)
216216
- `moon check` - Type check without building, use it REGULARLY, it is fast
217-
(`moon check` also supports `--target`)
217+
(`moon check` also supports `--target` and `--diagnostic-limit <N>`)
218218
- `moon info` - Type check and generate `mbti` files.
219219
Run it to see if any public interfaces changed.
220220
(`moon info` also supports `--target`.)

0 commit comments

Comments
 (0)