(message)
| 1014 | // |
| 1015 | // If pretty print is on, this will also bold the commands. |
| 1016 | command(message) { |
| 1017 | var unwrapped = this.noWrap(message); |
| 1018 | return this.bold(unwrapped); |
| 1019 | } |
| 1020 | |
| 1021 | // Underline the URLs (if pretty print is on). |
| 1022 | url(message) { |
no test coverage detected