@return {string}
()
| 175 | |
| 176 | /** @return {string} */ |
| 177 | toCliStyled() { |
| 178 | return `${this.prefix}${this.actor} ${color.italic(this.humanize())} ${color.yellow(this.humanizeArgs())}${this.suffix}` |
| 179 | } |
| 180 | |
| 181 | /** @return {string} */ |
| 182 | toCode() { |
no test coverage detected