예제 #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');
 }