(t *ast.Task)
| 82 | } |
| 83 | |
| 84 | func hasDescription(t *ast.Task) bool { |
| 85 | return t.Desc != "" |
| 86 | } |
| 87 | |
| 88 | func printTaskDescription(l *logger.Logger, t *ast.Task) { |
| 89 | l.Outf(logger.Default, "%s\n", t.Desc) |
no outgoing calls
no test coverage detected
searching dependent graphs…