I created a node.js CLI with yargs. I am struggling getting access to command line arguments in other files. I am aware that I could pass argv down to the functions and all