Documentation
¶
Index ¶
Constants ¶
View Source
const ( MAGENTA_TERMINAL = "\x1b[35m%s\x1b[0m" GREEN_TERMINAL = "\x1b[32m%s\x1b[0m" CYAN_TERMINAL = "\x1b[36m%s\x1b[0m" RED_TERMINAL = "\x1b[31m%s\x1b[0m" GREY_TERMINAL = "\x1b[18m%s\x1b[0m" BOLD_TERMINAL = "\x1b[1m%s" )
Variables ¶
This section is empty.
Functions ¶
func DisplayTaskSelection ¶
func PrintSummary ¶
func PrintSummary(g *scheduler.ExecutionGraph, chanOut io.Writer)
printSummary is a TUI helper
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.