Javascript – CommanderJS – Prompt for missing args/options
I'm trying to implement prompting users for missing required args/mandatory options. I thought I could use a preSubcommand hook, change process.argv with prompts, and then allow commander to parse the updated argv. My hook gets executed before any exit however,…