Merge pull request #2419 from rhatdan/play

Fix play to show up in podman help
This commit is contained in:
OpenShift Merge Robot
2019-02-24 21:33:15 +01:00
committed by GitHub
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,