]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Add `shell` to machinectl ZSH completion
authorPieter Lexis <pieter@plexis.eu>
Fri, 27 Mar 2020 10:26:14 +0000 (11:26 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 27 Mar 2020 17:15:15 +0000 (18:15 +0100)
shell-completion/zsh/_machinectl

index 5ffb7e8b9ffb6843d647e5d0b65c5cccafd14acd..5955c765aaac011ce2683cf4b659b75316ebff7b 100644 (file)
@@ -28,6 +28,7 @@
         "start:Start container as a service"
         "stop:Stop container (equal to poweroff)"
         "login:Get a login prompt on a VM/container"
+        "shell:Invoke a shell (or other command) in a container"
         "enable:Enable automatic container start at boot"
         "disable:Disable automatic container start at boot"
         "poweroff:Power off one or more VMs/containers"