Parses raw args that have already had the leading command args (like node or the script name)
removed. In most cases, you should not use this directly. Instead use parseArgs.
Parameters
relevantArgs: string[]
This is mutated as args are popped off and parsed.
Parses raw args that have already had the leading command args (like
node
or the script name) removed. In most cases, you should not use this directly. Instead use parseArgs.