1
0
Fork 0
forked from fun/fun

Documentation fixes. No code changes. (0.40.5)

This commit is contained in:
Johannes Findeisen 2026-04-11 02:38:47 +02:00
commit 02f0c07bce
28 changed files with 271 additions and 496 deletions

View file

@ -36,10 +36,8 @@ funstx is a small commandline tool that parses .fun source files to verify sy
## Usage
```
funstx [--fix] <file1.fun> [file2.fun ...]
```
<pre>funstx [--fix] <file1.fun> [file2.fun ...]
</pre>
- Provide one or more .fun files to check.
- Add `--fix` to attempt safe, automatic corrections before rechecking.