Overrides Command::addUsage
public function addUsage(string $usage) : static { $this->getCommand() ->addUsage($usage); return $this; }