kislyuk / yq

Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents
https://kislyuk.github.io/yq/
Apache License 2.0
2.58k stars 83 forks source link

Feature Request: No-Wrap Option for YAML Output #195

Open georgalis opened 2 weeks ago

georgalis commented 2 weeks ago

Hi, jq is amazing! Thanks!

Feature Request: No-Wrap Option for YAML Output

Current: -w10000 prevents line wrapping, but can be problematic for automatic data processing, when very long lines and wrap are unexpected.

Proposed: Add support for -w0 to:

This would enhance flexibility for users dealing with long lines and various data processing scenarios. Thanks! -George

georgalis commented 2 weeks ago

Oops, this is a duplicate of #113