package
Version:
v1.50.13-alpha
Opens a new window with list of versions in this module.
Published: Oct 23, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Readline reads from the reader and calls the handler for each line
type BoolFlag struct {
IsSet bool
Value bool
}
BoolFlag is a custom flag type to capture if a flag has been explicitly set.
Set is the method to set the flag value, part of the flag.Value interface.
String is the method to format the flag's value, part of the flag.Value interface.
CliOutputHandler is a function that handles a line of output
Source Files
¶
Click to show internal directories.
Click to hide internal directories.