Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FlagInfo ¶
type FlagInfo struct {
Name string // Flag name without dashes
Description string // Human-readable description
HasValue bool // true for string flags, false for bool flags
ValueHint string // Hint for value type (e.g., "DIR", "PATH", "NAME")
Values []string // Enumerated values for completion (e.g., theme names)
}
FlagInfo contains metadata about a command-line flag for completion generation.
Click to show internal directories.
Click to hide internal directories.