Fix play to show up in podman help

Also change generate cli calls to match other commands.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2019-02-23 16:15:58 -05:00
parent 0969d725a3
commit 3642ce837f
2 changed files with 9 additions and 7 deletions

View File

@@ -16,8 +16,9 @@ func getMainCommands() []*cobra.Command {
_createCommand,
_diffCommand,
_execCommand,
generateCommand.Command,
_generateCommand,
_containerKubeCommand,
_playCommand,
_psCommand,
_loginCommand,
_logoutCommand,