From: Daniel Shahaf Date: Mon, 23 Dec 2019 16:49:51 +0000 (+0000) Subject: zsh: Complete more systemctl commands X-Git-Tag: v245-rc1~178^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d8385b4159961c6b888700aa98c6897ac21e47b;p=thirdparty%2Fsystemd.git zsh: Complete more systemctl commands The completion is now synced with the manual. --- diff --git a/shell-completion/zsh/_systemctl.in b/shell-completion/zsh/_systemctl.in index b6adce85e63..d7969823cd9 100644 --- a/shell-completion/zsh/_systemctl.in +++ b/shell-completion/zsh/_systemctl.in @@ -29,6 +29,10 @@ "help:Show documentation for specified units" "reset-failed:Reset failed state for all, one, or more units" "list-dependencies:Show unit dependency tree" + "clean:Remove configuration, state, cache, logs or runtime data of units" + + # Machine Commands + "list-machines:List the host and all running local containers" # Unit File Commands "list-unit-files:List installed unit files" @@ -56,10 +60,14 @@ "show-environment:Dump environment" "set-environment:Set one or more environment variables" "unset-environment:Unset one or more environment variables" + "import-environment:Import environment variables set on the client" # Manager State Commands "daemon-reload:Reload systemd manager configuration" "daemon-reexec:Reexecute systemd manager" + "log-level:Get or set the log level" + "log-target:Get or set the log target" + "service-watchdogs:Get or set the state of software watchdogs" # System Commands "is-system-running:Query overall status of the system"