diff options
author | Jhon Honce <jhonce@redhat.com> | 2019-03-04 17:21:23 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2019-03-06 10:32:01 -0700 |
commit | 8a6758d5fdaba9e6ec58eeb23ee5123762c18b72 (patch) | |
tree | 4273a61b912797dc6cb4d27fb6743c5367a1dfa8 /cmd/podman/commands.go | |
parent | c6c0b54c361df623378706ca5e41faac309ab7ac (diff) | |
download | podman-8a6758d5fdaba9e6ec58eeb23ee5123762c18b72.tar.gz podman-8a6758d5fdaba9e6ec58eeb23ee5123762c18b72.tar.bz2 podman-8a6758d5fdaba9e6ec58eeb23ee5123762c18b72.zip |
Implement podman-remote wait command and container subcommand
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 150413970..c59db024b 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -35,7 +35,6 @@ func getMainCommands() []*cobra.Command { _topCommand, _umountCommand, _unpauseCommand, - _waitCommand, } if len(_varlinkCommand.Use) > 0 { |