Versions in this module Expand all Collapse all v1 v1.0.0 Dec 12, 2025 Changes in this version + func NewCmdCode(f *cmdutil.Factory, runF func(*CodeOptions) error) *cobra.Command + type CodeOptions struct + HttpClient func() (*http.Client, error) + IO *iostreams.IOStreams + Limit int + Query string + Repo string + Workspace string + type CodeSearchResult struct + ContentMatch string + File struct{ ... } + PathMatches []string + Type string + type CodeSearchResults struct + Next string + Page int + PageLen int + Previous string + QuerySubstitution string + SearchQuery string + Size int + Values []CodeSearchResult