]> git.ipfire.org Git - thirdparty/systemd.git/commit
shell-completion: fix systemctl set/unset/import-environment 18137/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 5 Jan 2021 11:34:28 +0000 (12:34 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 8 Jan 2021 19:01:40 +0000 (20:01 +0100)
commit341992081b6ece1adba270e239f96c9840884885
tree1ef24c942104dd537a56b7484fc6794d49268e0e
parent32854f70447db074635d33abc9d94756072d63b4
shell-completion: fix systemctl set/unset/import-environment

unset-environment is completed with variable names in the environment block.
set-environment the same, but suffixed with "=".
import-environment is completed with variable names in the client environment.
shell-completion/bash/systemctl.in
shell-completion/zsh/_systemctl.in