findCommand method

ICommand findCommand (String commandName)

Searches for a command by its name.

  • commandName the name of the command to search for. Returns the command, whose name matches the provided name. See ICommand