Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35313175
manage_audit.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
555 B
Subscribers
None
manage_audit.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 audits'
);
$args
->
setSynopsis
(
<<<EOSYNOPSIS
**audit** __command__ [__options__]
Manage Phabricator audits.
EOSYNOPSIS
);
$args
->
parseStandardArguments
();
$workflows
=
id
(
new
PhutilSymbolLoader
())
->
setAncestorClass
(
'PhabricatorAuditManagementWorkflow'
)
->
loadObjects
();
$workflows
[]
=
new
PhutilHelpArgumentWorkflow
();
$args
->
parseWorkflows
(
$workflows
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 5, 9:20 PM (9 h, 39 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e2/34/c69455cdcdad40b45c9b9ef0f408
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment