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:
Patrick Lühne 2018-04-11 23:21:56 +02:00
parent 31d4a20491
commit 0608748349
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 3 additions and 2 deletions

View File

@ -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 Clarks completion on the translated formulas.
With the option `--simplify`, the output formulas are simplified by applying several basic transformation rules.
## Building