pub fn parse_args(args: &[String]) -> Args
Parse argv tokens the same way as TypeScript parseArgs.
parseArgs
args is the token list after the program name (mirrors Node’s process.argv.slice(2)).
args
process.argv.slice(2)