Latest --help in README
This commit is contained in:
parent
0048fed6b4
commit
458d3c3b10
@ -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`
|
- `nix run git+https://git.eversole.co/James/tricu`
|
||||||
- Build executable in `./result/bin`:
|
- Build executable in `./result/bin`:
|
||||||
- `nix build git+https://git.eversole.co/James/tricu`
|
- `nix build git+https://git.eversole.co/James/tricu`
|
||||||
- `./result/bin/tricu --help`
|
|
||||||
|
`./result/bin/tricu --help`
|
||||||
|
|
||||||
```
|
```
|
||||||
tricu - compiler and repl
|
tricu - compiler and repl
|
||||||
@ -74,7 +75,7 @@ tricu compile [OPTIONS]
|
|||||||
|
|
||||||
-f --file=FILE Relative or absolute path to file input for compilation
|
-f --file=FILE Relative or absolute path to file input for compilation
|
||||||
-o --output=OUTPUT Optional output file path for resulting output
|
-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]
|
tricu decode [OPTIONS]
|
||||||
Decode a Tree Calculus value into a string representation
|
Decode a Tree Calculus value into a string representation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user