protected function didConstruct()
 {
     parent::didConstruct();
     $this->setName('debug')->setSynopsis(pht('Start the notifications server in the foreground and print large ' . 'volumes of diagnostic information to the console.'));
 }
 protected function didConstruct()
 {
     parent::didConstruct();
     $this->setName('restart')->setSynopsis(pht('Stop, then start the notifications server.'));
 }