解析命令行参数
https://stackoverflow.com/questions/9725675/is-there-a-standard-format-for-command-line-shell-help-text
使用 https://github.com/substack/minimist or 使用commandLineArgs转换一下
追加一个命令行解析
commandLineArgs.OptionDefinition
追加一组命令行解析
commandLineArgs.OptionDefinition[]
转换 process.argv
string[]
获取命令行参数结果
Generated using TypeDoc
解析命令行参数
https://stackoverflow.com/questions/9725675/is-there-a-standard-format-for-command-line-shell-help-text
使用 https://github.com/substack/minimist or 使用commandLineArgs转换一下