ERR_PARSE_ARGS_INVALID_OPTION_VALUE
当 strict 设置为 true 时,如果为类型为 <string> 的选项提供了 <boolean> 值,或者为类型为 <boolean> 的选项提供了 <string> 值,将由 util.parseArgs() 抛出。
【When strict set to true, thrown by util.parseArgs() if a <boolean>
value is provided for an option of type <string>, or if a <string>
value is provided for an option of type <boolean>.】