* Renders the given text as a title. * @param title Title text to render.
(title)
| 78 | * @param title Title text to render. |
| 79 | */ |
| 80 | static title(title) { |
| 81 | return `\x1b[35;1m${title}\x1b[0m`; |
| 82 | } |
| 83 | /** |
| 84 | * Renders the given text as a value. |
| 85 | * @param field Field name to render. |