MCPcopy Create free account
hub / github.com/diillson/chatcli / printWaitUsage

Method printWaitUsage

cli/scheduler_command.go:902–907  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

900}
901
902func (cli *ChatCLI) printWaitUsage() {
903 fmt.Println(colorize(i18n.T("scheduler.wait.usage_header"), ColorCyan+ColorBold))
904 fmt.Println(" " + i18n.T("scheduler.wait.usage_example_1"))
905 fmt.Println(" " + i18n.T("scheduler.wait.usage_example_2"))
906 fmt.Println(" " + i18n.T("scheduler.wait.usage_flags"))
907}
908
909func (cli *ChatCLI) printJobsUsage() {
910 fmt.Println(colorize(i18n.T("scheduler.jobs.usage_header"), ColorCyan+ColorBold))

Callers 1

handleWaitCommandMethod · 0.95

Calls 2

TFunction · 0.92
colorizeFunction · 0.85

Tested by

no test coverage detected