Skip to content

Releases: jmcdo29/nest-commander

nest-commander@3.17.0

14 Mar 20:32
75427ff
Compare
Choose a tag to compare

Minor Changes

  • 97ef074: Two new options exist, allowUnknownOptions and allowExcessArgs.
    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

28 Feb 17:16
6fd3c87
Compare
Choose a tag to compare

Patch Changes

  • f2d6228: Support dynamic modules in CommandFactory.run()

nest-commander@3.16.0

27 Jan 20:13
6975e2f
Compare
Choose a tag to compare

Minor Changes

nest-commander-testing@3.4.0

27 Jan 20:13
6975e2f
Compare
Choose a tag to compare

Minor Changes

nest-commander-schematics@3.1.0

27 Jan 20:13
6975e2f
Compare
Choose a tag to compare

Minor Changes

nest-commander-schematics@3.0.2

07 Oct 21:45
6fb6f56
Compare
Choose a tag to compare

Patch Changes

  • 08f72e5: Update angular changeset

nest-commander-schematics@3.0.1

07 Oct 18:19
ab20f1d
Compare
Choose a tag to compare

Patch Changes

  • 15b0d87: Actually publish the schematic templates

nest-commander@3.15.0

14 Aug 17:20
d01e877
Compare
Choose a tag to compare

Minor Changes

  • 886be2d: feat: allow async serviceErrorHandler method

nest-commander@3.14.0

01 Jul 13:00
0f34d53
Compare
Choose a tag to compare

Minor Changes

  • 1cdac14: feat: Add option for Help Configuration using the .configureHelp()
    function in commander js

nest-commander@3.13.0

23 Apr 16:49
9757edf
Compare
Choose a tag to compare

Minor Changes

  • c29737c: Enhance filesystem autocomplete support for Bash and Zsh by introducing an
    opt-in option based on an environment variable.