Versions in this module Expand all Collapse all v0 v0.1.0 Aug 5, 2026 Changes in this version + const DefaultDBPath + const DefaultProvider + var ErrNoQuestion = errors.New("ask: a question is required") + func NewCmdAsk(props *props.Props) *setup.Command + func Question(args []string) string + func Render(w io.Writer, r answer.Response) + func RenderRetrieval(w io.Writer, results []index.Result) + func RunAsk(ctx context.Context, p *props.Props, opts *AskOptions, args []string) error + type AskOptions struct + Limit int + RetrievalOnly bool