christianhelle / httpgenerator

Generate .http files from OpenAPI (Swagger) specifications
MIT License
81 stars 6 forks source link

Handle multi-line operation descriptions #96

Closed christianhelle closed 5 months ago

christianhelle commented 5 months ago

This pull request updates the code to handle multi-line operation descriptions. Previously, when an operation description contained multiple lines, the formatting would be lost. This PR introduces logic to properly handle multi-line descriptions by adding a prefix to each line.

This resolves #94

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud