We are invoking a Commander script and we are wondering what directory it is executing in?
Approach
Within the command being coded run:
log('info', "The current working directory is: ", process.cwd())
We are invoking a Commander script and we are wondering what directory it is executing in?
Within the command being coded run:
log('info', "The current working directory is: ", process.cwd())