Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35444001
manage_audit.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
496 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
=
array
(
new
PhabricatorAuditManagementDeleteWorkflow
(),
new
PhutilHelpArgumentWorkflow
(),
);
$args
->
parseWorkflows
(
$workflows
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 2:26 PM (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
bc/cf/861572f2a2fddae8378afa810259
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment