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:
authorGar <gar+gh@danger.computer>2022-03-24 01:20:51 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-03-28 23:21:36 +0300
commita64acc0bf01e4bc68b26ead5b2d5c6db47ef16c2 (patch)
tree8ad35c6b33cbcdaec656a9f7a7a8af9675dc08a9 /lib/commands
parent45dd8b8615bb1d7a93e1733746581049a1f399e6 (diff)
fix: really load all commands in tests, add description to birthday
Diffstat (limited to 'lib/commands')
-rw-r--r--lib/commands/birthday.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/commands/birthday.js b/lib/commands/birthday.js
index d8305cf8d..c7b5b31c5 100644
--- a/lib/commands/birthday.js
+++ b/lib/commands/birthday.js
@@ -2,6 +2,7 @@ const BaseCommand = require('../base-command.js')
class Birthday extends BaseCommand {
static name = 'birthday'
+ static description = 'Birthday'
static ignoreImplicitWorkspace = true
static isShellout = true