addArguments() protected method

Define the CLI options.
protected addArguments ( ) : void
return void
Beispiel #1
0
 protected function addArguments()
 {
     parent::addArguments();
     $this->cli->arguments->add(['list' => ['prefix' => 'l', 'longPrefix' => 'list', 'description' => 'List Cobbler\'s own asset package configs available for turnout', 'noValue' => true]]);
 }