Optional
contextThe nest application context options
Optional
includeAn 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()]})"
Optional
useIf true the BootstrapConsole will scan the application to find Console and Command decorators
The Common options of the AbstractBootstrapConsole