Skip to content

Commit

Permalink
Fill in detail on addHelpCommand deprecation (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Jul 1, 2024
1 parent 3fa29f7 commit 4fcb276
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,11 @@ program.helpCommand('assist', 'show assistance');
program.helpCommand(false);

program.addHelpCommand(new Command('assist').argument('[command]').description('show assistance'));

```

- Removed from README in Commander v12.
- Deprecated from Commander v12.

## Removed

### Default import of global Command object
Expand Down

0 comments on commit 4fcb276

Please sign in to comment.