Nest Commander Versions Save

A module for using NestJS to build up CLI applications

[email protected]

2 months ago

Minor Changes

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

[email protected]

7 months ago

Patch Changes

  • 72b2a00: Move the fig completion package to an optional import to get around jest throwing an error about esm packages

[email protected]

7 months ago

Patch Changes

  • 0a47417: Update commnader version to satisfy fig-completion

[email protected]

7 months ago

Patch Changes

  • e66901a: update package @fig/complete-commander to v3.0.0 to support commander v11

[email protected]

7 months ago

Patch Changes

  • 15297ce: Use attributeName to handle dashed options

[email protected]

7 months ago

Patch Changes

  • a3b683d: Remap the options to the name passed in the @Options() decorator, if provided

[email protected]

10 months ago

Minor Changes

  • b2c6a13: feat: support completion factory for bash and zsh shells

[email protected]

10 months ago

Patch Changes

  • 8cc3109: The CommandRunnerService now re-throws the error regardless of the contents, it just adds a new log above the error as well

[email protected]

1 year ago

Minor Changes

  • a97ab68: Add The possibility to set the global version option

[email protected]

1 year ago

Minor Changes

  • 519018e: Add ability to set outputConfiguration.

    Now CommandFactory.run(), CommandFactory.runWithoutClosing() and CommandFactory.createWithoutRunning() accept the option outputConfiguration.