Changeset View
Changeset View
Standalone View
Standalone View
scripts/repository/manage_repositories.php
| Show All 9 Lines | |||||
| **repository** __command__ [__options__] | **repository** __command__ [__options__] | ||||
| Manage and debug Phabricator repository configuration, tracking, | Manage and debug Phabricator repository configuration, tracking, | ||||
| discovery and import. | discovery and import. | ||||
| EOSYNOPSIS | EOSYNOPSIS | ||||
| ); | ); | ||||
| $args->parseStandardArguments(); | $args->parseStandardArguments(); | ||||
| $workflows = id(new PhutilSymbolLoader()) | $workflows = id(new PhutilClassMapQuery()) | ||||
| ->setAncestorClass('PhabricatorRepositoryManagementWorkflow') | ->setAncestorClass('PhabricatorRepositoryManagementWorkflow') | ||||
| ->loadObjects(); | ->execute(); | ||||
| $workflows[] = new PhutilHelpArgumentWorkflow(); | $workflows[] = new PhutilHelpArgumentWorkflow(); | ||||
| $args->parseWorkflows($workflows); | $args->parseWorkflows($workflows); | ||||