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/org.js')
-rw-r--r--lib/org.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/org.js b/lib/org.js
index b9f84b060..ddd2b03da 100644
--- a/lib/org.js
+++ b/lib/org.js
@@ -4,6 +4,10 @@ const Table = require('cli-table3')
const BaseCommand = require('./base-command.js')
class Org extends BaseCommand {
+ static get description () {
+ return 'Manage orgs'
+ }
+
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'org'