SauronEye
SauronEye copied to clipboard
vbamacrocheck has wrong char
https://github.com/vivami/SauronEye/blob/0019969cf846c76936493fa34c9a0343a7fe7478/src/SauronEye/ArgumentParser.cs#L58 The char here should be 'v' not 's'
Thanks for reporting an issue @MartinSohn. While this is indeed not consistent with the other arguments that are being parsed, it is not a bug. I will change it to v
for better readability in a next release.