mirror of
https://github.com/systemd/systemd.git
synced 2025-03-14 04:58:28 +03:00
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:
parent
8eab766804
commit
ddc052dc4e
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user