Skip to content

Commit

Permalink
shell-completion/zsh/_systemd-run: Fix completion of command names an…
Browse files Browse the repository at this point in the history
…d arguments

(cherry picked from commit 3f49d1f)
(cherry picked from commit b511a44)
  • Loading branch information
duament authored and keszybz committed Jul 20, 2021
1 parent b6f713e commit cb5564a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell-completion/zsh/_systemd-run
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit cb5564a

Please sign in to comment.