Versions in this module Expand all Collapse all v0 v0.0.1 Feb 27, 2021 Changes in this version + type Cli struct + func (c *Cli) Execute(controller controller.ControllerInterface) + func (c *Cli) GetHostFlag() string + type CliInterface interface + Execute func(controller controller.ControllerInterface) + GetHostFlag func() string + func NewCliOrDie() CliInterface