package
0.5.19
Repository: https://github.com/go-go-golems/glazed.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
AddGlazedProcessorFlagsToCobraCommand is a helper for cobra centric apps that quickly want to add the glazed processing layer to their CLI flags.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CobraCommandDefaultMiddlewares is the default implementation for creating the middlewares used in a Cobra command.
CreateGlazedProcessorFromCobra is a helper for cobra centric apps that quickly want to add the glazed processing layer.
No description provided by the author
No description provided by the author
NewCobraParserFromLayers creates a new CobraParser instance from a CommandDescription, initializes the underlying cobra.Command, and adds all the parameters specified in the Layers CommandDescription to the cobra command.
No description provided by the author
ParseGlazedCommandLayer parses the global glazed settings from the given cobra.Command, if not nil, and from the configured viper config file.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

CobraParser takes a CommandDescription, and hooks it up to a cobra command.
No description provided by the author

# Type aliases

CobraMiddlewaresFunc is a function that returns a list of middlewares for a cobra command.
No description provided by the author
No description provided by the author