You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clap.parseParam("--fetch-preconnect <STR>... Preconnect to a URL while code is loading") catchunreachable,
241
242
clap.parseParam("--max-http-header-size <INT> Set the maximum size of HTTP headers in bytes. Default is 16KiB") catchunreachable,
242
243
clap.parseParam("--dns-result-order <STR> Set the default order of DNS lookup results. Valid orders: verbatim (default), ipv4first, ipv6first") catchunreachable,
244
+
clap.parseParam("--network-family-autoselection-attempt-timeout <INT> Set the default timeout in ms for network family autoselection") catchunreachable,
243
245
clap.parseParam("--expose-gc Expose gc() on the global object. Has no effect on Bun.gc().") catchunreachable,
244
246
clap.parseParam("--no-deprecation Suppress all reporting of the custom deprecation.") catchunreachable,
245
247
clap.parseParam("--throw-deprecation Determine whether or not deprecation warnings result in errors.") catchunreachable,
0 commit comments