Fulfill ValueSource
interface for urfave/cli/v3
integration
#5
Labels
enhancement
New feature or request
ValueSource
interface for urfave/cli/v3
integration
#5
The
github.com/urfave/cli/v3
API includes aValueSource
interface for flag-level value loading with in-library implementations for environment variables and flat files. The functions here that return anInputSourceContext
interface should be replaced by convenience functions like those in the main library:NewJSONSource.*
➡️JSON(...)
NewTomlSource.*
➡️TOML(...)
NewYamlSource.*
➡️YAML(...)
The text was updated successfully, but these errors were encountered: