nest-commander@3.7.0
·
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 thecommandRunner.run()
. To run the
newly created application,CommandFactory.runApplicaiton(app)
can be called. I
may change this to be a simpleapp.run()
in the future.