Command[]
public function getCommands() : array { if (!isset($this->commands)) { $this->inspectApplication(); } return $this->commands; }