Releases: jmcdo29/nest-commander
Releases · jmcdo29/nest-commander
nest-commander@3.17.0
Minor Changes
- 97ef074: Two new options exist,
allowUnknownOptions
andallowExcessArgs
.
Both are optional booleans that will tell the underlying commander command to
allow for extra options and arguments, as is already supported by commander.
nest-commander@3.16.1
Patch Changes
- f2d6228: Support dynamic modules in
CommandFactory.run()
nest-commander@3.16.0
Minor Changes
- ce3d4f4: Support NestJS v11
nest-commander-testing@3.4.0
Minor Changes
- ce3d4f4: Support NestJS v11
nest-commander-schematics@3.1.0
Minor Changes
- ce3d4f4: Support NestJS v11
nest-commander-schematics@3.0.2
Patch Changes
- 08f72e5: Update angular changeset
nest-commander-schematics@3.0.1
Patch Changes
- 15b0d87: Actually publish the schematic templates
nest-commander@3.15.0
Minor Changes
- 886be2d: feat: allow async
serviceErrorHandler
method
nest-commander@3.14.0
Minor Changes
- 1cdac14: feat: Add option for Help Configuration using the .configureHelp()
function in commander js
nest-commander@3.13.0
Minor Changes
- c29737c: Enhance filesystem autocomplete support for Bash and Zsh by introducing an
opt-in option based on an environment variable.