You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hiya! There's a known issue with the current implementation of the CLI, where altsrc is generally clunky and poorly documented. My current idea is that I'm going to move all of the altsrc functionality into the main package in some way, and that's how all of the "altsrc is weird and different???" issues people are having will get resolved. I'm tracking that work here => #833
Love the library, thank you all for working on it.
Ran into an issue when using toml/yaml imports,
int64
,uint64
,uint
andtime.Duration
are not parsed.For example:
test.toml
test.yaml
main.go:
Running this with YAML or TOML results in the same outputs.
Results from running with
test-duration
comented out:go run main.go -c test.toml
go run main.go -c test.yaml
Running with
test-duration
:The text was updated successfully, but these errors were encountered: