Is there an option to use these modules just to parse the process.argv without the whole command/CLI setup? I have small node script that I’m just running with some arguments and I’d appreciate the convenient parsing. Don’t want to create the whole CLI with command, name etc
Thanks in advance!