From 7f461a9a40cf9938c833ecdbe0562820562ce8ec Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Thu, 30 Oct 2025 15:26:10 +0900 Subject: [PATCH] update networkQuality completion --- src/_networkQuality | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/_networkQuality b/src/_networkQuality index a9a9276..136edd0 100644 --- a/src/_networkQuality +++ b/src/_networkQuality @@ -24,7 +24,7 @@ # Description # ----------- # -# Completion script for networkQuality on macOS +# Completion script for networkQuality on macOS 26 # # ------------------------------------------------------------------------------ # Authors @@ -35,13 +35,21 @@ # ------------------------------------------------------------------------------ _arguments \ + '-b[Show Bonjour advertised networkQuality servers]' \ + '-B[Run against specified Bonjour instance]:name' \ '-C[Use custom configuration URL or path]:url_or_path' \ + '-f[Force usage of a specific protocol selection]:option:(h1 h2 h3 L4S noL4S)' \ '-I[Bind test to interface]:interface:_net_interfaces' \ + '-M[Maximum runtime in seconds]:seconds' \ '-r[Connect to host or IP]:host' \ - '-c[Produce computer-readable output]' \ + '-S[Create a networkQuality server-instance running locally on the specified port]:port' \ + '-c[Produce computer-readable output]:file:_files' \ + '-d[Do not run a download test(implies -s)]' \ '-h[Show help]' \ '-k[Disable verification of the server identity via TLS]' \ + '-p[Use iCloud Private Relay]' \ '-s[Run tests sequentially instead of parallel upload/download]' \ + '-u[Do not run an upload test(implies -s)]' \ '-v[Verbose output]' # Local Variables: