Initial varlink implementation

Signed-off-by: baude <bbaude@redhat.com>

Closes: #627
Approved by: mheon
This commit is contained in:
baude
2018-03-26 09:39:14 -05:00
committed by Atomic Bot
parent cf1d884ffa
commit 8493dba23c
45 changed files with 3434 additions and 32 deletions

View File

@ -1514,6 +1514,14 @@ _podman_unpause() {
_complete_ "$options_with_args" "$boolean_options"
}
_podman_varlink() {
local options_with_args="
--help -h
"
local boolean_options=""
_complete_ "$options_with_args" "$boolean_options"
}
_podman_wait() {
local options_with_args=""
local boolean_options="
@ -1633,6 +1641,7 @@ _podman_podman() {
umount
unmount
unpause
varlink
version
wait
"