cole-h / agenix-cli

Companion tool to https://github.com/ryantm/agenix
Apache License 2.0
31 stars 3 forks source link

Config validation and warning for path matched by multiple patterns #9

Closed LogicalOverflow closed 3 years ago

LogicalOverflow commented 3 years ago

Adds a --validate-config flag that does some basic validation of the config. It checks, that

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.)

LogicalOverflow commented 3 years ago

Thanks for the suggestions; they are now all implemented.