Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EditCommand ¶
type EditCommand struct { *glazed_cmds.CommandDescription // contains filtered or unexported fields }
func NewEditCommand ¶
func NewEditCommand(allCommands []glazed_cmds.Command, options ...EditCommandOption) (*EditCommand, error)
func (*EditCommand) Run ¶
func (c *EditCommand) Run(ctx context.Context, parsedLayers *layers.ParsedLayers) error
type EditCommandOption ¶
type EditCommandOption func(*EditCommand) error
func WithCommandDescriptionOptions ¶
func WithCommandDescriptionOptions(options ...glazed_cmds.CommandDescriptionOption) EditCommandOption
type EditCommandsSettings ¶
type EditCommandsSettings struct {
Command string `glazed.parameter:"command"`
}
Click to show internal directories.
Click to hide internal directories.