Beispiel #1
0
 /**
  * @see \MiniAsset\Cli\MiniAsset::help()
  */
 public function help()
 {
     $this->cli->underline('Cobbler Asset CLI Tool');
     $this->cli->out('');
     $this->cli->out('Parse assets for your application');
     $this->cli->out('');
     $this->cli->magenta('Commands');
     $this->cli->out('');
     $this->cli->out('- <green>turnout</green> Build assets.');
     $this->cli->out('');
     return parent::help();
 }