diff options
| author | aarne <unknown> | 2005-05-12 09:03:33 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-05-12 09:03:33 +0000 |
| commit | ae60299c7def8a4c2af18320be773158936c6ac9 (patch) | |
| tree | 2dc587f26df0c952d9d6d60dc6f7c682afcd6c66 /src/HelpFile | |
| parent | d50c932a418e7368ac08cacf77d9c9ac1c98cb9b (diff) | |
pre-release adjustments
Diffstat (limited to 'src/HelpFile')
| -rw-r--r-- | src/HelpFile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/HelpFile b/src/HelpFile index ead186001..4ebb00d1d 100644 --- a/src/HelpFile +++ b/src/HelpFile @@ -268,13 +268,16 @@ pt, put_tree: pt Tree examples: p "zero is even" | pt -transform=solve -- solve ?'s in parse result - * st, show_tree: st Tree Prints the tree as a string. Unlike pt, this command cannot be used in a pipe to produce a tree, since its output is a string. flags: -printer show the tree in a special format (-printer=xml supported) +wt, wrap_tree: wt Fun + Wraps the tree as the sole argument of Fun. + flags: + -c compute the resulting new tree to normal form -- subshells |
