Documentation ¶
Index ¶
Constants ¶
View Source
const RenderSlug = "render"
Variables ¶
This section is empty.
Functions ¶
func NewLsCommand ¶
NewLsCommand returns a new command that lists all the programs available in the repositories.
func NewRenderCommand ¶
func NewRunCommand ¶
NewRunCommand returns a command that can be used to run either commands from a file or from a repository.
It currently doesn't allow overloading flags in the underlying program run by cliopatra.
Types ¶
type LsCommandSettings ¶ added in v0.1.0
type LsCommandSettings struct {
Repositories []string `glazed.parameter:"repository"`
}
type LsProgramCommand ¶
type LsProgramCommand struct {
*cmds.CommandDescription
}
func (*LsProgramCommand) RunIntoGlazeProcessor ¶ added in v0.1.0
func (l *LsProgramCommand) RunIntoGlazeProcessor( ctx context.Context, parsedLayers *layers.ParsedLayers, gp middlewares.Processor, ) error
Click to show internal directories.
Click to hide internal directories.