calledUpdate method

bool calledUpdate(
  1. ArgResults results
)

whether the user passed the 'update' command

Implementation

bool calledUpdate(ArgResults results) {
  return results.command?.name == UpdateCommand.commandName;
}