package cli import "context" func (c *cli) CI(context context.Context) error { return nil }