We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.