MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / toCliStyled

Method toCliStyled

lib/step/base.js:177–179  ·  view source on GitHub ↗

@return {string}

()

Source from the content-addressed store, hash-verified

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() {

Callers 1

stepFunction · 0.45

Calls 2

humanizeMethod · 0.95
humanizeArgsMethod · 0.95

Tested by

no test coverage detected