OptionalcontextThe nest application context options
OptionalincludeAn optional list of Nest Modules to scan. If set, only listed modules will be scanned.
Any static module to load. If you are using a dynamic module as a root module, you must create a module that imports your dynamic module first. "@Module({imports: [MyDynamicModule.register()]})"
OptionaluseIf true the BootstrapConsole will scan the application to find Console and Command decorators
The Common options of the AbstractBootstrapConsole