Versions in this module Expand all Collapse all v0 v0.2.0 Jun 19, 2026 v0.1.0 May 27, 2026 Changes in this version + var Version = "dev" + type Config struct + Command *ff.Command + Flags *ff.FlagSet + JSON bool + func New(parent *root.Config) *Config + type Info struct + ASCIIName string + BuildDate string + BuiltBy string + Compiler string + Description string + GitCommit string + GitTreeState string + GitVersion string + GoVersion string + ModuleSum string + Name string + Platform string + URL string + func GetVersionInfoFrom(bi *debug.BuildInfo, _ string, options ...Option) *Info + func (i *Info) JSONString() (string, error) + func (i *Info) String() string + type Option func(i *Info) + func WithASCIIName(name string) Option + func WithAppDetails(name, description, url string) Option + func WithBuiltBy(name string) Option