peterbourgon / ff

Flags-first package for configuration
Apache License 2.0
1.34k stars 59 forks source link

fix: WithFilesystem option should take a io.FS as a parameter #119

Closed ralf-cestusio closed 9 months ago

ralf-cestusio commented 10 months ago

Taking the FS interface instead of the concrete implementation of embed.FS allows passing any kind of filesystem

ralf-cestusio commented 10 months ago

Closes #121