| 12 | ) |
| 13 | |
| 14 | type ClearCacheOptions struct { |
| 15 | IO *iostreams.IOStreams |
| 16 | CacheDir string |
| 17 | } |
| 18 | |
| 19 | func NewCmdConfigClearCache(f *cmdutil.Factory, runF func(*ClearCacheOptions) error) *cobra.Command { |
| 20 | opts := &ClearCacheOptions{ |
nothing calls this directly
no outgoing calls
no test coverage detected