Page MenuHomestyx hydra

diviner.php
No OneTemporary

diviner.php

#!/usr/bin/env php
<?php
$root = dirname(dirname(dirname(__FILE__)));
require_once $root.'/scripts/__init_script__.php';
$args = new PhutilArgumentParser($argv);
$args->setTagline(pht('documentation generator'));
$args->setSynopsis(<<<EOHELP
**diviner** __command__ [__options__]
Generate documentation.
EOHELP
);
$args->parseStandardArguments();
$workflows = id(new PhutilClassMapQuery())
->setAncestorClass('DivinerWorkflow')
->execute();
$workflows[] = new PhutilHelpArgumentWorkflow();
$args->parseWorkflows($workflows);

File Metadata

Mime Type
text/plain
Expires
Thu, Feb 6, 1:00 AM (2 h, 10 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33573
Default Alt Text
diviner.php (535 B)

Event Timeline