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
cannot use (altsrc.JSON("foo", "/path/to/")) (value of type cli.ValueSourceChain) as cli.ValueSource value in argument to cli.NewValueSourceChain: cli.ValueSourceChain does not implement cli.ValueSource (method GoString has pointer receiver)
The text was updated successfully, but these errors were encountered:
bluntelk
changed the title
TOML, JSON and YAML return values do not implement cli.ValueSourceTOML, JSON and YAML return values do not implement cli.ValueSource needed for cli.NewValueSourceChain()Jan 2, 2025
bluntelk
changed the title
TOML, JSON and YAML return values do not implement cli.ValueSource needed for cli.NewValueSourceChain()TOML, JSON and YAML return values do not implement cli.ValueSource needed for cli.NewValueSourceChain()Jan 2, 2025
Hi there,
I am trying out the new v3 APIs and have run across a rough edge when following the documentation
URLs
The documentation says we can just use
but doing that we get errors like
Example Program
The text was updated successfully, but these errors were encountered: