warchaeology
warchaeology copied to clipboard
refactor: limit the use of viper in packages outside cmd
Using viper outside command initialization and configuration makes it difficult to see what options gets applied.
This commit refactors the initialization of the Filter struct in the filter package to use functional options over initializing from viper.