Changeset View
Changeset View
Standalone View
Standalone View
scripts/library/library-map.php
- This file was moved from scripts/phutil_rebuild_map.php.
| #!/usr/bin/env php | #!/usr/bin/env php | ||||
| <?php | <?php | ||||
| require_once dirname(__FILE__).'/__init_script__.php'; | require_once dirname(dirname(__FILE__)).'/init/init-script.php'; | ||||
| $args = new PhutilArgumentParser($argv); | $args = new PhutilArgumentParser($argv); | ||||
| $args->setTagline(pht('rebuild the library map file')); | $args->setTagline(pht('rebuild the library map file')); | ||||
| $args->setSynopsis(<<<EOHELP | $args->setSynopsis(<<<EOHELP | ||||
| **phutil_rebuild_map.php** [__options__] __root__ | **phutil_rebuild_map.php** [__options__] __root__ | ||||
| Rebuild the library map file for a libphutil library. | Rebuild the library map file for a libphutil library. | ||||
| EOHELP | EOHELP | ||||
| ▲ Show 20 Lines • Show All 66 Lines • Show Last 20 Lines | |||||