Latest --help in README

This commit is contained in:
James Eversole 2024-12-31 10:09:36 -06:00
parent 0048fed6b4
commit 458d3c3b10

View File

@ -54,7 +54,8 @@ You can easily build and/or run this project using [Nix](https://nixos.org/downl
- `nix run git+https://git.eversole.co/James/tricu`
- Build executable in `./result/bin`:
- `nix build git+https://git.eversole.co/James/tricu`
- `./result/bin/tricu --help`
`./result/bin/tricu --help`
```
tricu - compiler and repl
@ -74,7 +75,7 @@ tricu compile [OPTIONS]
-f --file=FILE Relative or absolute path to file input for compilation
-o --output=OUTPUT Optional output file path for resulting output
-t --form=FORM Output form: (tree|ast|ternary|ascii)
-t --form=FORM Output form: (fsl|tree|ast|ternary|ascii)
tricu decode [OPTIONS]
Decode a Tree Calculus value into a string representation