Skip to content

[Console] Show Application-level console options when showing synopsis or when error occurred #47436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: 7.4
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix coding standards
  • Loading branch information
jlslew committed Sep 2, 2022
commit 9e4efdd2daac7047f3cb8d26333bcae744f8367a
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public function getCommandDocument(Command $command, bool $short = false): \DOMD
$definitionXML = $this->getInputDefinitionDocument($definition, 'command-level');
$this->appendDocument($commandXML, $definitionXML->getElementsByTagName('definition')->item(0));
}

}

return $dom;
Expand Down