Example #1
0
 /**
  * Provides the command description.
  * @return string the command description.
  */
 public function getHelp()
 {
     return parent::getHelp() . ' [command-name]';
 }
 public function getHelp()
 {
     $out = "Compress command allows you to combine and compress CSS and JS Files.\n\n";
     return $out . parent::getHelp();
 }
Example #3
0
 public function getHelp()
 {
     $description = "DESCRIPTION\n";
     $description .= '    ' . "This command generates an initial Projects/Issues RBAC authorization hierarchy.\n";
     return parent::getHelp() . $description;
 }
 public function getHelp()
 {
     $out = ".\n\n";
     return $out . parent::getHelp();
 }
Example #5
0
 public function getHelp()
 {
     $out = "Clean command allows you to clean up various temporary data Yii and an application are generating.\n\n";
     return $out . parent::getHelp();
 }
Example #6
0
 public function getHelp()
 {
     $description = "\nDESCRIPTION\n---\n" . "This command will retrieve the latest job postings from the specified source " . "website and update the Virtual Job Fair job postings database.\n\n";
     return parent::getHelp() . $description;
 }
Example #7
0
 public function getHelp()
 {
     $out = "Ready command allows you to clean assets and runtime directories, set correct permissions and image paths after uploading new version of application.\n\n";
     return $out . parent::getHelp();
 }
Example #8
0
 public function getHelp()
 {
     return parent::getHelp() . "\n";
 }
 /**
  * Show a some info about `fixtures` command
  *
  * @return string
  */
 public function getHelp()
 {
     $output = " This command will allow you to manage your fixtures in a simple way.\n Be careful all rows from database will be removed!  \n\n";
     return $output . parent::getHelp();
 }
Example #10
0
 /**
  * Provides the command description.
  * @return string the command description.
  */
 public function getHelp()
 {
     return parent::getHelp() . 'checkup';
 }