package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 6, 2026
License: MIT
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Execute(version, commit, date string)
type ArgInfo struct {
Name string `json:"name"`
Required bool `json:"required"`
}
type CommandInfo struct {
Command string `json:"command"`
Description string `json:"description"`
Flags []FlagInfo `json:"flags,omitempty"`
Args []ArgInfo `json:"args,omitempty"`
}
type FlagInfo struct {
Name string `json:"name"`
Shorthand string `json:"shorthand,omitempty"`
Type string `json:"type"`
Default string `json:"default,omitempty"`
Description string `json:"description"`
Required bool `json:"required,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.