spf13 / viper

Go configuration with fangs
MIT License
26.27k stars 2k forks source link

Finder feature flag #1852

Closed sagikazarmark closed 4 weeks ago

sagikazarmark commented 4 weeks ago

This PR improves how the file searching behavior is affected by the new Finder component.

Everything should work the same by default.

The new Finder component should be used when it's configured using WithFinder.

When using ExperimentalFinder, the default search API should use the finder under the hood.