Please use double quotes in the generated CURL command for windows support
Open
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 242
- PR merge metrics
- No merged PRs in 30d
Description
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 :).
Contributor guide
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100