diff options
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 483ada332..d75218aca 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -113,3 +113,10 @@ func getSystemSubCommands() []*cobra.Command { _renumberCommand, } } + +// Commands that the local client implements +func getHealtcheckSubCommands() []*cobra.Command { + return []*cobra.Command{ + _healthcheckrunCommand, + } +} |