Use better default output form in evaluator

This commit is contained in:
2025-01-01 19:40:12 -06:00
committed by James Eversole
parent f478a7d091
commit 5523d5acde
2 changed files with 5 additions and 5 deletions

View File

@ -75,8 +75,8 @@ tricu eval [OPTIONS]
-f --file=FILE Input file path(s) for evaluation.
Defaults to stdin.
-t --form=FORM Optional output form: (fsl|tree|ast|ternary|ascii).
Defaults to fsl "Fork Stem Leaf" form.
-t --form=FORM Optional output form: (tree|fsl|ast|ternary|ascii).
Defaults to tricu-compatible `t` tree form.
tricu decode [OPTIONS]
Decode a Tree Calculus value into a string representation.