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

Struct CancelOptions

pkg/cmd/run/cancel/cancel.go:18–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type CancelOptions struct {
19 HttpClient func() (*http.Client, error)
20 IO *iostreams.IOStreams
21 BaseRepo func() (ghrepo.Interface, error)
22 Prompter shared.Prompter
23
24 Prompt bool
25
26 RunID string
27 Force bool
28}
29
30func NewCmdCancel(f *cmdutil.Factory, runF func(*CancelOptions) error) *cobra.Command {
31 opts := &CancelOptions{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected