Implement podman-remote wait command and container subcommand

Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
Jhon Honce
2019-03-04 17:21:23 -07:00
parent c6c0b54c36
commit 8a6758d5fd
8 changed files with 86 additions and 44 deletions

View File

@@ -35,7 +35,6 @@ func getMainCommands() []*cobra.Command {
_topCommand,
_umountCommand,
_unpauseCommand,
_waitCommand,
}
if len(_varlinkCommand.Use) > 0 {