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:
parent
942a69e3e3
commit
3f49d1faf5
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user