CycloneDX / cdxgen

Creates CycloneDX Bill of Materials (BOM) for your projects from source and container images. Supports many languages and package managers. Integrate in your CI/CD pipeline with automatic submission to Dependency Track server. Slack: https://cyclonedx.slack.com/archives/C04NFFE1962
https://cyclonedx.github.io/cdxgen/
Apache License 2.0
486 stars 141 forks source link

feat: increase yargs terminal width #1091

Closed setchy closed 4 weeks ago

setchy commented 4 weeks ago

full terminal width rendered docs awkwardly.

pairing back to 120 chars (default is 80)

prabhu commented 4 weeks ago

@setchy, any ideas why deno requires more permissions for this change? Can we test with deno without the terminalWidth method to make sure it is not a change in deno runtime itself?