MCPcopy
hub / github.com/meteor/meteor / command

Method command

tools/console/console.js:1016–1019  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

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

Callers 15

updatePackageMetadataFunction · 0.80
maybeUpdateReleaseFunction · 0.80
springboardFunction · 0.80
main.jsFile · 0.80
showInvalidArchMsgFunction · 0.80
commands.jsFile · 0.80
doRunCommandFunction · 0.80

Calls 2

noWrapMethod · 0.95
boldMethod · 0.95

Tested by

no test coverage detected