Changeset View
Changeset View
Standalone View
Standalone View
src/config/arc/ArcanistArcConfigurationEngineExtension.php
| Show All 16 Lines | /* | ||||
| 'legacy' => 'phutil_libraries', | 'legacy' => 'phutil_libraries', | ||||
| 'help' => pht( | 'help' => pht( | ||||
| 'A list of paths to phutil libraries that should be loaded at '. | 'A list of paths to phutil libraries that should be loaded at '. | ||||
| 'startup. This can be used to make classes available, like lint '. | 'startup. This can be used to make classes available, like lint '. | ||||
| 'or unit test engines.'), | 'or unit test engines.'), | ||||
| 'default' => array(), | 'default' => array(), | ||||
| 'example' => '["/var/arc/customlib/src"]', | 'example' => '["/var/arc/customlib/src"]', | ||||
| ), | ), | ||||
| 'arc.feature.start.default' => array( | |||||
| 'type' => 'string', | |||||
| 'help' => pht( | |||||
| 'The name of the default branch to create the new feature branch '. | |||||
| 'off of.'), | |||||
| 'example' => '"develop"', | |||||
| ), | |||||
| 'editor' => array( | 'editor' => array( | ||||
| 'type' => 'string', | 'type' => 'string', | ||||
| 'help' => pht( | 'help' => pht( | ||||
| 'Command to use to invoke an interactive editor, like `%s` or `%s`. '. | 'Command to use to invoke an interactive editor, like `%s` or `%s`. '. | ||||
| 'This setting overrides the %s environmental variable.', | 'This setting overrides the %s environmental variable.', | ||||
| 'nano', | 'nano', | ||||
| 'vim', | 'vim', | ||||
| 'EDITOR'), | 'EDITOR'), | ||||
| ▲ Show 20 Lines • Show All 132 Lines • Show Last 20 Lines | |||||