diff options
Diffstat (limited to 'cmd/podman/pod.go')
-rw-r--r-- | cmd/podman/pod.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/podman/pod.go b/cmd/podman/pod.go index 4c7c416ce..b4c6ca688 100644 --- a/cmd/podman/pod.go +++ b/cmd/podman/pod.go @@ -20,9 +20,11 @@ var podCommand = cliconfig.PodmanCommand{ //podSubCommands are implemented both in local and remote clients var podSubCommands = []*cobra.Command{ + _podCreateCommand, _podExistsCommand, _podInspectCommand, _podKillCommand, + _podPsCommand, _podRmCommand, _podStartCommand, _podStopCommand, |