forked from GitHub/gf-core
the option -old for the vp command is now redundant
This commit is contained in:
@@ -1010,8 +1010,7 @@ allCommands = Map.fromList [
|
|||||||
("showfun","show function names in the tree nodes"),
|
("showfun","show function names in the tree nodes"),
|
||||||
("nofun","don't show function names (default)"),
|
("nofun","don't show function names (default)"),
|
||||||
("showleaves","show the leaves of the tree (default)"),
|
("showleaves","show the leaves of the tree (default)"),
|
||||||
("noleaves","don't show the leaves of the tree (i.e., only the abstract tree)"),
|
("noleaves","don't show the leaves of the tree (i.e., only the abstract tree)")
|
||||||
("old","use the old tree visualization algorithm")
|
|
||||||
],
|
],
|
||||||
flags = [
|
flags = [
|
||||||
("format","format of the visualization file (default \"png\")"),
|
("format","format of the visualization file (default \"png\")"),
|
||||||
|
|||||||
Reference in New Issue
Block a user