1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/lib/all-tools.js
Tom Constantine ce91017132 Fix typo for tool picker name
Dekstop -> Desktop
2022-06-07 14:28:41 +01:00

14 lines
338 B
JavaScript

// all the tools available for the Tool Picker
export const allTools = {
bash: 'Bash',
cli: 'GitHub CLI',
codespaces: 'Codespaces',
curl: 'cURL',
desktop: 'Desktop',
importer_cli: 'GitHub Enterprise Importer CLI',
graphql: 'GraphQL API',
powershell: 'PowerShell',
vscode: 'Visual Studio Code',
webui: 'Web browser',
}