Documentation
¶
Index ¶
- type Handler
- func (h *Handler) AllSet(flags ...string) bool
- func (h *Handler) Bind(cmd *cobra.Command)
- func (h *Handler) GetBool(name string) bool
- func (h *Handler) GetInt(name string) int
- func (h *Handler) GetLocalZCliYamlFileName() (string, bool)
- func (h *Handler) GetString(name string) string
- func (h *Handler) GetStringSlice(name string) []string
- func (h *Handler) HasSet(flags ...string) bool
- func (h *Handler) IsSet(key string) bool
- type ParamsReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) GetLocalZCliYamlFileName ¶ added in v1.0.49
func (*Handler) GetStringSlice ¶ added in v1.0.46
type ParamsReader ¶ added in v1.0.46
Click to show internal directories.
Click to hide internal directories.