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