You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I was setting up abi3audit in my CI, my first thought was to run it in --verbose mode so I could confirm it was working. The example shown in the readme contains the line
[17:59:47] 💁 procmaps: 2 extensions scanned; 1 ABI version mismatches and 0
ABI violations found
So I assumed that --verbose mode would always print something even if everything passed. This turns out to not be true, and after a few "why isn't this doing anything?!?" CI cycles, I found that what I wanted was the --summary flag. IMHO, a --verbose flag implies "output even on success" and so I'd make --verbose imply --summary. Or if you don't want to change the current behavior, I'd appreciate a more prominent mention of the --summary flag in the docs (in the examples section and not just in --help).
The text was updated successfully, but these errors were encountered:
Thanks for the report! Yeah, having --verbose imply --summary makes a lot of sense to me (despite having written this tool, I also sometimes forget to pass --summary 😅).
If you're interested in sending a PR with a fix, I'd be happy to review it!
As I was setting up
abi3audit
in my CI, my first thought was to run it in--verbose
mode so I could confirm it was working. The example shown in the readme contains the lineSo I assumed that
--verbose
mode would always print something even if everything passed. This turns out to not be true, and after a few "why isn't this doing anything?!?" CI cycles, I found that what I wanted was the--summary
flag. IMHO, a--verbose
flag implies "output even on success" and so I'd make--verbose
imply--summary
. Or if you don't want to change the current behavior, I'd appreciate a more prominent mention of the--summary
flag in the docs (in the examples section and not just in--help
).The text was updated successfully, but these errors were encountered: