MCPcopy Create free account
hub / github.com/cli/cli / CheckOptions

Struct CheckOptions

pkg/cmd/ruleset/check/check.go:23–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type CheckOptions struct {
24 HttpClient func() (*http.Client, error)
25 IO *iostreams.IOStreams
26 Config func() (gh.Config, error)
27 BaseRepo func() (ghrepo.Interface, error)
28 Git *git.Client
29 Browser browser.Browser
30
31 Branch string
32 Default bool
33 WebMode bool
34}
35
36func NewCmdCheck(f *cmdutil.Factory, runF func(*CheckOptions) error) *cobra.Command {
37 opts := &CheckOptions{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected