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

Struct ClearCacheOptions

pkg/cmd/config/clear-cache/clear_cache.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type ClearCacheOptions struct {
15 IO *iostreams.IOStreams
16 CacheDir string
17}
18
19func NewCmdConfigClearCache(f *cmdutil.Factory, runF func(*ClearCacheOptions) error) *cobra.Command {
20 opts := &ClearCacheOptions{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected