Add `shell` to machinectl ZSH completion

This commit is contained in:
Pieter Lexis 2020-03-27 11:26:14 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 4047a411f4
commit 72e1c0b308
1 changed files with 1 additions and 0 deletions

View 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"