Skip to content

nest-commander@3.17.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 20:32
· 34 commits to main since this release
75427ff

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.