Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893992
manage_celerity.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
552 B
Referenced Files
None
Subscribers
None
manage_celerity.php
View Options
#!/usr/bin/env php
<?php
$root
=
dirname
(
dirname
(
dirname
(
__FILE__
)
)
)
;
require_once
$root
.
'/scripts/init/init-setup.php'
;
$args
=
new
PhutilArgumentParser
(
$argv
)
;
$args
->
setTagline
(
pht
(
'manage celerity'
)
)
;
$args
->
setSynopsis
(
<<<EOSYNOPSIS
**celerity** __command__ [__options__]
Manage static resources.
EOSYNOPSIS
)
;
$args
->
parseStandardArguments
(
)
;
$workflows
=
id
(
new
PhutilClassMapQuery
(
)
)
->
setAncestorClass
(
'CelerityManagementWorkflow'
)
->
execute
(
)
;
$workflows
[
]
=
new
PhutilHelpArgumentWorkflow
(
)
;
$args
->
parseWorkflows
(
$workflows
)
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 19:12 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1111355
Default Alt Text
manage_celerity.php (552 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment