Skip to content

Commit ea6d81b

Browse files
github-actions[bot]jmcdo29
authored andcommitted
Version Packages
1 parent 61e3861 commit ea6d81b

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

.changeset/forty-rockets-beg.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/healthy-years-lick.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/nest-commander/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# nest-commander
22

3+
## 3.6.0
4+
5+
### Minor Changes
6+
7+
- 7f54ff8: Add serviceErrorHandler option
8+
9+
This option allows for catching and handling errors at the Nest service execution level so that
10+
lifecycle hooks still properly work. By default it is set to
11+
`(err: Error) => process.stderr.write(err.toString())`.
12+
13+
- 09b6134: Add the ability to have a Root command
14+
15+
With the `@RootCommand()` the `-h` flag can now output the options of the default command _along
16+
with_ the names of the other commands.
17+
318
## 3.5.0
419

520
### Minor Changes

packages/nest-commander/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-commander",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "A module for making CLI applications with NestJS. Decorators for running commands and separating out config parsers included. This package works on top of commander.",
55
"repository": {
66
"type": "github",

0 commit comments

Comments
 (0)