Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34229080
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
Sun, Dec 21, 10:22 PM (1 d, 13 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b1/4f/bee202238dda7ccd24da903530d0
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment