Create a command line interface
that lets the user specify a file path and the nodejs process counts the number of words inside it.
Input - node index.js /Users/kirat/file.txt
Output - You have 10 words in this file
Library to use - https://www.npmjs.com/package/commander