(text: string)
| 704 | } |
| 705 | |
| 706 | function title(text: string) { |
| 707 | return align(color.bgWhite(` ${color.black(text)} `), "end", 7) + " "; |
| 708 | } |
| 709 | |
| 710 | function printHelp(ctx: Context) { |
| 711 | // prettier-ignore |
no test coverage detected
searching dependent graphs…