Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAria Stewart <aredridel@dinhe.net>2017-05-27 09:08:52 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-05-27 09:08:52 +0300
commitebafe48af91f702ccefc8c619d52fed3b8dfd3c7 (patch)
tree701b4210cf5a7c4d078a6f4d332cbfa59e24cb99 /bin/npm-cli.js
parent39495d07b9a66c88621e8a2ad07739ee98b70a56 (diff)
hamilton: Talk less, complete more (#16750)
PR-URL: https://github.com/npm/npm/pull/16750 Credit: @aredridel Reviewed-By: @zkat
Diffstat (limited to 'bin/npm-cli.js')
-rwxr-xr-xbin/npm-cli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/npm-cli.js b/bin/npm-cli.js
index c8c426f4a..8dbfdc3e1 100755
--- a/bin/npm-cli.js
+++ b/bin/npm-cli.js
@@ -83,7 +83,7 @@
if (er) return errorHandler(er)
npm.commands[npm.command](npm.argv, function (err) {
// https://www.youtube.com/watch?v=7nfPu8qTiQU
- if (!err && npm.config.get('ham-it-up') && !npm.config.get('json') && !npm.config.get('parseable')) {
+ if (!err && npm.config.get('ham-it-up') && !npm.config.get('json') && !npm.config.get('parseable') && npm.command != 'completion') {
output('\n 🎵 I Have the Honour to Be Your Obedient Servant,🎵 ~ npm 📜🖋\n')
}
errorHandler.apply(this, arguments)