zsh/coredumpctl: offer --directory option

After `-D <TAB>` and `--directory=<TAB>` _directories is called to
suggest directories.
This commit is contained in:
Paul Seyfert 2018-12-25 22:57:23 +01:00
parent ddc052dc4e
commit 10dd7e746b
1 changed files with 1 additions and 0 deletions

View File

@ -40,4 +40,5 @@ _arguments \
{-h,--help}'[Show this help]' \
'--version[Show package version]' \
'--debugger=[Use the given debugger]:debugger: _command_names -e' \
{-D,--directory=}'[Use the journal files in the specified dir]:directory: _directories' \
'*::coredumpctl commands:_coredumpctl_command'