Versions in this module Expand all Collapse all v1 v1.0.0 Mar 1, 2026 Changes in this version + type EnvDocItem struct + Children []*EnvDocItem + Doc string + Name string + Opts EnvVarOptions + type EnvScope struct + Doc string + Name string + Vars []*EnvDocItem + type EnvVarOptions struct + Default string + Expand bool + FromFile bool + NonEmpty bool + Required bool + Separator string + type OutFormat string + const OutFormatEnv + const OutFormatHTML + const OutFormatJSON + const OutFormatMarkdown + const OutFormatTxt + type TargetType int + const TargetTypeCaarlos0 + const TargetTypeCleanenv + func ParseTargetType(s string) (TargetType, error) + func (i TargetType) String() string