zsh/coredumpctl: complete argument for --debugger=

This way external commands (i.e. executables in the PATH) are suggested
at --debugger=<TAB>. Upon starting a path (e.g. --debugger=/<TAB> or
--debugger=./<TAB>), filenames of executables are completed.
This commit is contained in:
Paul Seyfert 2018-12-25 19:30:50 +01:00
parent 8eab766804
commit ddc052dc4e
1 changed files with 1 additions and 1 deletions

View File

@ -39,5 +39,5 @@ _arguments \
'--no-legend[Do not print the column headers]' \
{-h,--help}'[Show this help]' \
'--version[Show package version]' \
'--debugger=[Use the given debugger]' \
'--debugger=[Use the given debugger]:debugger: _command_names -e' \
'*::coredumpctl commands:_coredumpctl_command'