Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892983
ArcanistArcToolset.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
463 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 server specified by __uri__.'
)
,
)
,
array
(
'name'
=>
'conduit-token'
,
'param'
=>
'token'
,
'help'
=>
pht
(
'Use a specific authentication token.'
)
,
)
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 17:40 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113369
Default Alt Text
ArcanistArcToolset.php (463 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment