Value | Meaning |
---|---|
ERROR | Failsafe |
root | Used for the root CommandNode. |
partialWord | Used for CommandNodes that don't contain a command, but instead contain child CommandNodes. e.g. For "build all libraries", "build" and "all" would be partialWords. |
finalWord | Used for CommandNodes that contain a command. e.g. For "build all libraries", "libraries" would be a finalWord. |
The type of a CommandNode.