-
Notifications
You must be signed in to change notification settings - Fork 7
CLI Commands (ui_cli.c, libcli cli.c)
Larry Kollar edited this page Jun 4, 2016
·
2 revisions
- add <string>
Inserts a new entry at the end of the current level, containing the specified string.
NOTE: The position does not move. To operate on the new entry, usego bottom
to move to the entry. - ls
Lists the nodes at the current level. - addc <parent> <string>
Inserts a new entry under the node named <parent>, with the text specified in <string>. - cd <path>
Moves to a different part of the tree. - pwd
Echoes the current path. - show_vars
Lists all defined variables and their values.