Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35155968
manage_policy.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
590 B
Subscribers
None
manage_policy.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 policies'
));
$args
->
setSynopsis
(
<<<EOSYNOPSIS
**policy** __command__ [__options__]
Administrative tool for reviewing and editing policies.
EOSYNOPSIS
);
$args
->
parseStandardArguments
();
$workflows
=
id
(
new
PhutilClassMapQuery
())
->
setAncestorClass
(
'PhabricatorPolicyManagementWorkflow'
)
->
execute
();
$workflows
[]
=
new
PhutilHelpArgumentWorkflow
();
$args
->
parseWorkflows
(
$workflows
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 2, 8:10 AM (20 h, 38 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
27/70/d530bb0f7ae7692a71f8e70857fb
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment