Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103590515
manage_phortune.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Mar 3, 05:16
Size
553 B
Mime Type
text/plain
Expires
Wed, Mar 5, 05:16 (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
24620268
Attached To
rPH Phabricator
manage_phortune.php
View Options
#!/usr/bin/env php
<?php
$root
=
dirname
(
dirname
(
dirname
(
__FILE__
)));
require_once
$root
.
'/scripts/__init_script__.php'
;
$args
=
new
PhutilArgumentParser
(
$argv
);
$args
->
setTagline
(
pht
(
'manage billing'
));
$args
->
setSynopsis
(
<<<EOSYNOPSIS
**phortune** __command__ [__options__]
Manage billing.
EOSYNOPSIS
);
$args
->
parseStandardArguments
();
$workflows
=
id
(
new
PhutilClassMapQuery
())
->
setAncestorClass
(
'PhabricatorPhortuneManagementWorkflow'
)
->
execute
();
$workflows
[]
=
new
PhutilHelpArgumentWorkflow
();
$args
->
parseWorkflows
(
$workflows
);
Event Timeline
Log In to Comment