enable or disable a named command command the command name enabled the enabled status
command
enabled
void setCommandEnabled(String command, bool enabled) { getCommand(command).enabled = enabled; }