#!/usr/bin/env php setTagline('manage fact configuration'); $args->setSynopsis(<<parseStandardArguments(); $workflows = array( new PhabricatorFactManagementDestroyWorkflow(), new PhabricatorFactManagementAnalyzeWorkflow(), new PhabricatorFactManagementStatusWorkflow(), new PhabricatorFactManagementListWorkflow(), new PhabricatorFactManagementCursorsWorkflow(), new PhutilHelpArgumentWorkflow(), ); $args->parseWorkflows($workflows);