Closed LogicalOverflow closed 3 years ago
Adds a --validate-config flag that does some basic validation of the config. It checks, that
--validate-config
Also fixes #8 by adding a warning message when a path is matched by multiple glob patterns in the config file.
(Based on #7 as I assume that'll get merged for the most part.)
Thanks for the suggestions; they are now all implemented.
Adds a
--validate-config
flag that does some basic validation of the config. It checks, thatAlso fixes #8 by adding a warning message when a path is matched by multiple glob patterns in the config file.
(Based on #7 as I assume that'll get merged for the most part.)