# Functions
No description provided by the author
No description provided by the author
FromViper takes a viper instance and produces a Config instance.
NewViper creates a Viper instance pre-configured with the following options: * TOML config type * automatic env enabled * `TREEFMT_` env prefix for environment variables * replacement of `-` and `.` with `_` when mapping flags to env e.g.
SetFlags appends our flags to the provided flag set.