sonatype-nexus-community / nancy

A tool to check for vulnerabilities in your Golang dependencies, powered by Sonatype OSS Index
Apache License 2.0
564 stars 74 forks source link

Extra newline printed in quiet mode #101

Closed zikaeroh closed 4 years ago

zikaeroh commented 4 years ago

Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.

Use the quiet mode. When I run it, I see:

image

Where there's an extra odd newline. This newline makes sense when not in quiet mode, as a line will be printed for each dependency, so this helps distinguish the results. But in quiet mode, it just looks weird.

Quiet mode.

If in quiet mode, don't print the extra newline before the results.

cc @bhamail / @DarthHater