Nest command module only works when i pas AppModule to CommandFactory.run() function
I created a command line application using nest CommandRunner class,and also created a module named JobModule and provided the command file as provider in it.
I created a command line application using nest CommandRunner class,and also created a module named JobModule and provided the command file as provider in it.