I saw that mern-cli uses commander.js to run the commands, however I am not familiar with that tool and opted to solve the issue similarly to https://github.com/vuejs/vue-cli/pull/206.
Please let me know if there is anything I can do to help either get this merged in or work out another solution.
This PR is a proposed solution to the following issue: https://github.com/Hashnode/mern-cli/issues/21.
I saw that
mern-cli
uses commander.js to run the commands, however I am not familiar with that tool and opted to solve the issue similarly to https://github.com/vuejs/vue-cli/pull/206.Please let me know if there is anything I can do to help either get this merged in or work out another solution.