package cli type CLI struct{} func New() *CLI { return &CLI{} }