Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F29856917
manage_people.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
526 B
Subscribers
None
manage_people.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
->
setSynopsis
(
<<<EOSYNOPSIS
**people** __command__ [__options__]
Manage user profiles and accounts.
EOSYNOPSIS
);
$args
->
parseStandardArguments
();
$workflows
=
id
(
new
PhutilClassMapQuery
())
->
setAncestorClass
(
'PhabricatorPeopleManagementWorkflow'
)
->
execute
();
$workflows
[]
=
new
PhutilHelpArgumentWorkflow
();
$args
->
parseWorkflows
(
$workflows
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 16, 4:49 AM (8 h, 22 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
56/c6/9a8869cc94b4db2641a14e40e394
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment