Documentation
¶
Overview ¶
package Cmdutils provides testable helpers to commands only
Index ¶
- Constants
- func BuildOptionsList(ctx context.Context, conf *config.Config, showPipelineOnly bool) []list.Item
- func DisplayTaskSelection(ctx context.Context, conf *config.Config, showPipelineOnly bool) (string, error)
- func NewItem(title, desc string) list.Item
- func PrintSummary(g *scheduler.ExecutionGraph, chanOut io.Writer, detailedSummary bool)
- func TuiRun(ctx context.Context, initialModel TuiModel) (string, error)
- type TuiModel
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func BuildOptionsList ¶ added in v0.7.7
func DisplayTaskSelection ¶
func PrintSummary ¶
func PrintSummary(g *scheduler.ExecutionGraph, chanOut io.Writer, detailedSummary bool)
printSummary is a TUI helper
Types ¶
type TuiModel ¶ added in v0.7.0
type TuiModel struct {
// contains filtered or unexported fields
}
func NewTuiModel ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.