setName('start') ->setSynopsis(pht('Start the notifications server.')) ->setArguments(array()); } public function execute(PhutilArgumentParser $args) { return $this->executeStartCommand(); } }