We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bool feed(Commander& Cmdr)
Feeds another commander object to this one. Commander will then extract any payload from the other Commander and try and process it as a command.
Arguments: A reference to a Commander object.