CLI Commands (ui_cli.c, libcli cli.c) - larrykollar/tines GitHub Wiki
CLI Commands (ui_cli.c, libcli/cli.c)
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, use go 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.