Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7187905
ArcanistArcToolset.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
610 B
Referenced Files
None
Subscribers
None
ArcanistArcToolset.php
View Options
<?php
final
class
ArcanistArcToolset
extends
ArcanistToolset
{
const
TOOLSETKEY
=
'arc'
;
public
function
getToolsetArguments
()
{
return
array
(
array
(
'name'
=>
'conduit-uri'
,
'param'
=>
'uri'
,
'help'
=>
pht
(
'Connect to Phabricator install specified by __uri__.'
),
),
array
(
'name'
=>
'conduit-token'
,
'param'
=>
'token'
,
'help'
=>
pht
(
'Use a specific authentication token.'
),
),
array
(
'name'
=>
'anonymous'
,
'help'
=>
pht
(
'Run workflow as a public user, without authenticating.'
),
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jul 8, 07:42 (14 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
809413
Default Alt Text
ArcanistArcToolset.php (610 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment