Documentation ¶ Index ¶ func MinopTheme(msg string, state prompt.State, model string) string type Cli func New(logger zerolog.Logger, opts ...Option) *Cli func (c Cli) Run() error type Option func WithMaxProcs(maxProcs int) Option func WithVerboseLeve(verboseLevel int) Option Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func MinopTheme ¶ func MinopTheme(msg string, state prompt.State, model string) string Types ¶ type Cli ¶ type Cli struct { // contains filtered or unexported fields } func New ¶ func New(logger zerolog.Logger, opts ...Option) *Cli func (Cli) Run ¶ func (c Cli) Run() error type Option ¶ type Option func(c *Cli) func WithMaxProcs ¶ func WithMaxProcs(maxProcs int) Option func WithVerboseLeve ¶ func WithVerboseLeve(verboseLevel int) Option Source Files ¶ View all Source files cli.gooptions.go Click to show internal directories. Click to hide internal directories.