Versions in this module Expand all Collapse all v0 v0.3.2 Feb 6, 2025 Changes in this version + func GenerateTo(src []*sflags.Flag, dst *[]cli.Flag) + func GenerateToV3(src []*sflags.Flag, dst *[]cli.Flag) + func Parse(cfg interface{}, optFuncs ...sflags.OptFunc) ([]cli.Flag, error) + func ParseTo(cfg interface{}, dst *[]cli.Flag, optFuncs ...sflags.OptFunc) error + func ParseToV3(cfg interface{}, dst *[]cli.Flag, optFuncs ...sflags.OptFunc) error + func ParseV3(cfg interface{}, optFuncs ...sflags.OptFunc) ([]cli.Flag, error)