Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F32567747
manage_feed.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
496 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
(
'manage feed'
);
$args
->
setSynopsis
(
<<<EOSYNOPSIS
**feed** __command__ [__options__]
Test and debug feed events.
EOSYNOPSIS
);
$args
->
parseStandardArguments
();
$workflows
=
array
(
new
PhabricatorFeedManagementRepublishWorkflow
(),
new
PhutilHelpArgumentWorkflow
(),
);
$args
->
parseWorkflows
(
$workflows
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 14, 8:16 PM (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3d/a8/49e8f6a5247a898417aee7db9b98
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment