Please use double quotes in the generated CURL command for windows support
オープン
- 主要言語
- TypeScript
- スター
- 1.2k
- フォーク
- 242
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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 :).
コントリビューションガイド
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100