Versions in this module Expand all Collapse all v0 v0.0.2 Aug 4, 2024 v0.0.1 Aug 4, 2024 Changes in this version + type UhohCommand struct + Form *pkg.Form + func NewUhohCommand(description *glazedcmds.CommandDescription, form *pkg.Form) (*UhohCommand, error) + func (u *UhohCommand) Run(ctx context.Context, parsedLayers *layers.ParsedLayers) error + type UhohCommandDescription struct + Arguments []*parameters.ParameterDefinition + Flags []*parameters.ParameterDefinition + Form struct{ ... } + Layers []layers.ParameterLayer + Long string + Name string + Short string + type UhohCommandLoader struct + func (u *UhohCommandLoader) IsFileSupported(f fs.FS, fileName string) bool + func (u *UhohCommandLoader) LoadCommands(f fs.FS, entryName string, options []cmds.CommandDescriptionOption, ...) ([]cmds.Command, error)