Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35155963
manage_feed.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
554 B
Subscribers
None
manage_feed.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 feed'
));
$args
->
setSynopsis
(
<<<EOSYNOPSIS
**feed** __command__ [__options__]
Test and debug feed events.
EOSYNOPSIS
);
$args
->
parseStandardArguments
();
$workflows
=
id
(
new
PhutilClassMapQuery
())
->
setAncestorClass
(
'PhabricatorFeedManagementWorkflow'
)
->
execute
();
$workflows
[]
=
new
PhutilHelpArgumentWorkflow
();
$args
->
parseWorkflows
(
$workflows
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 2, 8:10 AM (19 h, 29 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
95/f5/53dd598509afdd745c7056c648a4
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment