feat(curl): add support for Windows CMD-style curl command parsing an…#8207
feat(curl): add support for Windows CMD-style curl command parsing an…#8207Hoi1811 wants to merge 1 commit into
Conversation
WalkthroughThis PR adds Windows CMD-style curl command parsing to Bruno's curl import utility. A new normalization helper strips caret-escapes from CMD-formatted input, integrating into the existing parser before bash-oriented decoding runs. Tests validate both escaped and unescaped command handling. ChangesWindows CMD curl parsing support
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…d tests
Description
Contribution Checklist:
Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.
Publishing to New Package Managers
Please see here for more information.
Summary by CodeRabbit
New Features
Tests