]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
zsh: Complete more systemctl commands
authorDaniel Shahaf <d.s@daniel.shahaf.name>
Mon, 23 Dec 2019 16:49:51 +0000 (16:49 +0000)
committerDaniel Shahaf <d.s@daniel.shahaf.name>
Mon, 23 Dec 2019 16:49:51 +0000 (16:49 +0000)
The completion is now synced with the manual.

shell-completion/zsh/_systemctl.in

index b6adce85e63c7924d5792636a16e36d40301c50e..d7969823cd9dd3d2667128698a63b1cdf7357edd 100644 (file)
         "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"
         "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"