package
Version:
v0.0.0-...-79ceddb
Opens a new window with list of versions in this module.
Published: Dec 23, 2024
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
FlagError returns a new FlagError that wraps the specified error.
func UnmarshallJsonFromReader(file io.Reader, object interface{}) error
type Command interface {
Execute() error
InitDefaultHelpCmd()
}
type FlagError struct {
}
A *FlagError indicates an error processing command-line flags or other arguments.
Such errors cause the application to display the usage message.
type Flags struct {
logger.Logger
GlobalFlagAll bool `json:"-" yaml:"-" toml:"-"`
Out string `json:"-" yaml:"-" toml:"-"`
Format string `json:"-" yaml:"-" toml:"-"`
NoColor bool `json:"-" yaml:"-" toml:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.