コード例 #1
0
ファイル: Command.php プロジェクト: Jaymon/Montage
 /**
  * print out all the commands available in the app
  */
 public function handleDefault(array $params = array())
 {
     $this->screen->out('TODO: print out commands for this command');
 }