MCPcopy Index your code
hub / github.com/nodejs/node / dialogue

Method dialogue

deps/npm/lib/trust-cmd.js:51–56  ·  view source on GitHub ↗
(strings, ...values)

Source from the content-addressed store, hash-verified

49 // it should always show to the user unless --json is specified
50 // it's not controled by log levels
51 dialogue (strings, ...values) {
52 const json = this.config.get('json')
53 if (!json) {
54 output.standard(this.warnString(strings, ...values))
55 }
56 }
57
58 createConfig (pkg, body) {
59 const spec = npa(pkg)

Callers 3

createConfigCommandMethod · 0.95
displayResponseBodyMethod · 0.95
execMethod · 0.80

Calls 2

warnStringMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected