Changeset View
Changeset View
Standalone View
Standalone View
scripts/fact/manage_facts.php
| Show All 9 Lines | |||||
| **fact** __command__ [__options__] | **fact** __command__ [__options__] | ||||
| Manage and debug Phabricator data extraction, storage and | Manage and debug Phabricator data extraction, storage and | ||||
| configuration used to compute statistics. | configuration used to compute statistics. | ||||
| EOSYNOPSIS | EOSYNOPSIS | ||||
| ); | ); | ||||
| $args->parseStandardArguments(); | $args->parseStandardArguments(); | ||||
| $workflows = id(new PhutilSymbolLoader()) | $workflows = id(new PhutilClassMapQuery()) | ||||
| ->setAncestorClass('PhabricatorFactManagementWorkflow') | ->setAncestorClass('PhabricatorFactManagementWorkflow') | ||||
| ->loadObjects(); | ->execute(); | ||||
| $workflows[] = new PhutilHelpArgumentWorkflow(); | $workflows[] = new PhutilHelpArgumentWorkflow(); | ||||
| $args->parseWorkflows($workflows); | $args->parseWorkflows($workflows); | ||||