1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/lib/all-tools.js
2023-01-19 10:41:27 +00:00

16 lines
392 B
JavaScript

// all the tools available for the Tool Picker
export const allTools = {
api: 'API',
bash: 'Bash',
cli: 'GitHub CLI',
codespaces: 'Codespaces',
curl: 'curl',
desktop: 'Desktop',
importer_cli: 'GitHub Enterprise Importer CLI',
jetbrains: 'JetBrains IDEs (Beta)',
powershell: 'PowerShell',
vscode: 'Visual Studio Code',
webui: 'Web browser',
javascript: 'JavaScript',
}