We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e335f commit 3a0ef21Copy full SHA for 3a0ef21
docs/deprecated.md
@@ -39,7 +39,7 @@ The global Command object is exported as `program` from Commander v5, or import
39
const { program } = require('commander');
40
// or
41
const { Command } = require('commander');
42
-comnst program = new Command()
+const program = new Command()
43
```
44
45
- Removed from README in Commander v5.
0 commit comments