Differential D21782 Diff 51938 src/applications/daemon/management/PhabricatorDaemonManagementStartWorkflow.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/daemon/management/PhabricatorDaemonManagementStartWorkflow.php
<?php | <?php | ||||
final class PhabricatorDaemonManagementStartWorkflow | final class PhabricatorDaemonManagementStartWorkflow | ||||
extends PhabricatorDaemonManagementWorkflow { | extends PhabricatorDaemonManagementWorkflow { | ||||
protected function didConstruct() { | protected function didConstruct() { | ||||
$this | $this | ||||
->setName('start') | ->setName('start') | ||||
->setSynopsis( | ->setSynopsis( | ||||
pht( | pht( | ||||
'Start the standard configured collection of Phabricator daemons. '. | 'Start the standard configured collection of daemons. '. | ||||
'This is appropriate for most installs. Use **%s** to '. | 'This is appropriate for most installs. Use **%s** to '. | ||||
'customize which daemons are launched.', | 'customize which daemons are launched.', | ||||
'phd launch')) | 'phd launch')) | ||||
->setArguments( | ->setArguments( | ||||
array( | array( | ||||
array( | array( | ||||
'name' => 'keep-leases', | 'name' => 'keep-leases', | ||||
'help' => pht( | 'help' => pht( | ||||
Show All 22 Lines |