sbom-tool
sbom-tool copied to clipboard
-V flag ignored?
Hiya,
I'm running the tool with -V Error
and still getting output tagged [INFO]
.
My guess is that you're missing an [ArgShortcut("V")]
attribute from CommonArgs.cs?
Let's add the shortcut 'v' (lowercase to be consistent with other args)
No longer an issue. Works with both '-v' and '-V'