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

Struct AccessibilityOptions

pkg/cmd/accessibility/accessibility.go:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type AccessibilityOptions struct {
20 IO *iostreams.IOStreams
21 Browser browser.Browser
22 Web bool
23}
24
25func NewCmdAccessibility(f *cmdutil.Factory) *cobra.Command {
26 opts := AccessibilityOptions{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected