package
Version:
v0.20.0
Opens a new window with list of versions in this module.
Published: Oct 3, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 57
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func MapCustomEnvsToInternalEnvs(envNamePrefix string, envNameMapPrefix string)
type CommandInfo struct {
Name string `json:"name,omitempty"`
Description string `json:"description"`
Version string `json:"version,omitempty"`
Aliases []string `json:"aliases"`
Flags map[string]FlagInfo `json:"flags"`
Subcommands []CommandInfo `json:"subcommands"`
}
type FlagInfo struct {
Description string `json:"description"`
Short string `json:"shorthand"`
Global bool `json:"global"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.