On Fri Aug 16, 2019 at 11:34 PM Ronan Pigott wrote: > + _arguments -C \ > + + '(info)' \ > + {-h,--help}'[Show help message and exit]' \ > + {-v,--version}'--version[Show version info and exit]' \ > + + 'mod' \ > + '(info)'{-a+,--agent=}'[Register agent handler]:agent:_bluezcomp_agentcap' \ > + '(info)'{-t,--timeout}'[Timeout in seconds for non-interactive mode]' \ > + '(info)'{-m,--monitor}'[Enable monitor output]' \ An error: the -t,--timeout option is missing the required parameter. There are no interesting completions to offer here, but it should stop completing command words where an argument is required.