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/adduser.js')
-rw-r--r--lib/adduser.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/adduser.js b/lib/adduser.js
index da318a1f3..f761ae386 100644
--- a/lib/adduser.js
+++ b/lib/adduser.js
@@ -9,6 +9,10 @@ const authTypes = {
}
class AddUser extends BaseCommand {
+ static get description () {
+ return 'Add a registry user account'
+ }
+
static get name () {
return 'adduser'
}