Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 | 2x 2x 2x 2x 2x | export const CLI_FORMAT_RED = "\x1b[31m%s\x1b[0m"; export const CLI_FORMAT_GREEN = "\x1b[32m%s\x1b[0m"; export const CLI_FORMAT_BOLD = "\x1b[1m%s\x1b[0m"; export const CLI_FORMAT_UNDERLINE = "\x1b[4m%s\x1b[0m"; export const CLI_FORMAT_BOLD_UNDERLINE = "\x1b[1m\x1b[4m%s\x1b[0m"; |