From: Paul Seyfert Date: Tue, 25 Dec 2018 18:30:50 +0000 (+0100) Subject: zsh/coredumpctl: complete argument for --debugger= X-Git-Tag: v241-rc1~126^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddc052dc4e866747011abe8afca57a816b19124d;p=thirdparty%2Fsystemd.git zsh/coredumpctl: complete argument for --debugger= This way external commands (i.e. executables in the PATH) are suggested at --debugger=. Upon starting a path (e.g. --debugger=/ or --debugger=./), filenames of executables are completed. --- diff --git a/shell-completion/zsh/_coredumpctl b/shell-completion/zsh/_coredumpctl index cf24f5b361d..6ed2ca216d2 100644 --- a/shell-completion/zsh/_coredumpctl +++ b/shell-completion/zsh/_coredumpctl @@ -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'