Skip to content

nest-commander@3.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 18:44
· 383 commits to main since this release

Minor Changes

  • 9a5f555: Add a new method to create an application but nott run it in case of needing to
    modify the logger or similar situations.

    Now the CommandFactory.createWithoutRunning() method can be used to create a
    Nest commander application without running the commandRunner.run(). To run the
    newly created application, CommandFactory.runApplicaiton(app) can be called. I
    may change this to be a simple app.run() in the future.