Please use double quotes in the generated CURL command for windows support
Aberta
- Linguagem predominante
- TypeScript
- Estrelas
- 1.2k
- Forks
- 242
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
The generated curl command used single quotes but that doesn't work for Windows users that have shell. Linux supports both single and double quotes. Changing `--header=''` to `--header=""` will enable windows users with curl to use it too :).
Guia de contribuição
Direção de pesquisa
Start at the TypeScript entry point that generates the curl command and trace how header arguments are quoted. Change the generated header syntax from single to double quotes, then verify that the Windows-compatible command uses double-quoted values while preserving valid Linux output.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- typescript
- Domínio
- tooling
- Tipo de issue
- Bug
- Dificuldade
- 2/5
- Tempo estimado
- 1-3 horas
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 35/100