Releases: jmcdo29/nest-commander
Releases · jmcdo29/nest-commander
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.
nest-commander@3.12.5
Patch Changes
- 72b2a00: Move the fig completion package to an optional import to get around jest
throwing an error about esm packages
nest-commander@3.12.4
Patch Changes
- 0a47417: Update commnader version to satisfy fig-completion
nest-commander@3.12.3
Patch Changes
- e66901a: update package @fig/complete-commander to v3.0.0 to support commander v11
nest-commander@3.12.2
Patch Changes
- 15297ce: Use attributeName to handle dashed options
nest-commander@3.12.1
Patch Changes
- a3b683d: Remap the options to the name passed in the
@Options()
decorator, if provided