SauronEye icon indicating copy to clipboard operation
SauronEye copied to clipboard

vbamacrocheck has wrong char

Open martinsohn opened this issue 3 years ago • 1 comments

https://github.com/vivami/SauronEye/blob/0019969cf846c76936493fa34c9a0343a7fe7478/src/SauronEye/ArgumentParser.cs#L58 The char here should be 'v' not 's'

martinsohn avatar Sep 22 '21 22:09 martinsohn

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.

vivami avatar Sep 25 '21 17:09 vivami