commands[] = [ 'name' => $name, 'inputs' => $inputs, 'interactive' => $interactive ]; } /** * @return array */ public function getCommands() { return $this->commands; } }