Пример #1
0
 public static function processBeforeCommandLoad(Context $context, $args)
 {
     // we want --help to be a synonym for the 'help' command
     $cmd = new HelpCommand();
     $cmd->showGeneralHelp($context);
     // all done
     return 0;
 }