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:
Diffstat (limited to 'lib/doctor.js')
-rw-r--r--lib/doctor.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/doctor.js b/lib/doctor.js
index ae69b6a77..99beb2527 100644
--- a/lib/doctor.js
+++ b/lib/doctor.js
@@ -33,6 +33,11 @@ const maskLabel = mask => {
const BaseCommand = require('./base-command.js')
class Doctor extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
+ static get description () {
+ return 'Check your npm environment'
+ }
+
+ /* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'doctor'
}