Overridden so the application doesn't expect the command name as the first argument.
Overrides Application::getDefinition
public function getDefinition() : InputDefinition { $definition = parent::getDefinition(); // Clears the normal first argument (the command name). $definition->setArguments(); return $definition; }