1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

shell-completion/zsh/_systemd-run: Fix completion of command names and arguments

This commit is contained in:
duament 2021-07-18 01:17:41 +08:00 committed by Luca Boccassi
parent 942a69e3e3
commit 3f49d1faf5

View File

@ -77,4 +77,5 @@ _arguments \
'--version[Show package version]' \
'--wait=[Wait until service stopped again]' \
'--working-directory=[Run with the specified working directory]' \
'*::command:_command'
'(-):command: _command_names -e' \
'*::arguments:_normal'