Describe --complete option in readme
The readme was missing information on the --complete option. This adds a brief mention of Clark’s completion to the readme.
This commit is contained in:
parent
31d4a20491
commit
0608748349
@ -9,10 +9,11 @@
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
$ anthem [--simplify] file...
|
||||
$ anthem [--complete] [--simplify] file...
|
||||
```
|
||||
|
||||
With the option `--simplify`, output formulas are simplified by applying several basic transformation rules.
|
||||
`--complete` instructs `anthem` to perform Clark’s completion on the translated formulas.
|
||||
With the option `--simplify`, the output formulas are simplified by applying several basic transformation rules.
|
||||
|
||||
## Building
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user