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/logout.js')
-rw-r--r--lib/logout.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/logout.js b/lib/logout.js
index 3784020ec..3589d287b 100644
--- a/lib/logout.js
+++ b/lib/logout.js
@@ -5,6 +5,11 @@ const BaseCommand = require('./base-command.js')
class Logout extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
+ static get description () {
+ return 'Log out of the registry'
+ }
+
+ /* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'logout'
}