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/token.js')
-rw-r--r--lib/token.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/token.js b/lib/token.js
index 3d7952ccf..a80988531 100644
--- a/lib/token.js
+++ b/lib/token.js
@@ -10,6 +10,10 @@ const readUserInfo = require('./utils/read-user-info.js')
const BaseCommand = require('./base-command.js')
class Token extends BaseCommand {
+ static get description () {
+ return 'Manage your authentication tokens'
+ }
+
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'token'