Changeset View
Changeset View
Standalone View
Standalone View
src/toolset/ArcanistArcToolset.php
| Show All 10 Lines | return array( | ||||
| 'param' => 'uri', | 'param' => 'uri', | ||||
| 'help' => pht('Connect to Phabricator install specified by __uri__.'), | 'help' => pht('Connect to Phabricator install specified by __uri__.'), | ||||
| ), | ), | ||||
| array( | array( | ||||
| 'name' => 'conduit-token', | 'name' => 'conduit-token', | ||||
| 'param' => 'token', | 'param' => 'token', | ||||
| 'help' => pht('Use a specific authentication token.'), | 'help' => pht('Use a specific authentication token.'), | ||||
| ), | ), | ||||
| array( | |||||
| 'name' => 'anonymous', | |||||
| 'help' => pht('Run workflow as a public user, without authenticating.'), | |||||
| ), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||