@return {string}
()
| 170 | |
| 171 | /** @return {string} */ |
| 172 | toString() { |
| 173 | return ucfirst(`${this.prefix}${this.actor} ${this.humanize()} ${this.humanizeArgs()}${this.suffix}`).trim() |
| 174 | } |
| 175 | |
| 176 | /** @return {string} */ |
| 177 | toCliStyled() { |
no test coverage detected