()
| 71 | // Provider defines an interface for providing the CLI config. |
| 72 | type Provider interface { |
| 73 | ConfigFile() *configfile.ConfigFile |
| 74 | } |
| 75 | |
| 76 | // Dir returns the directory the configuration file is stored in |
no outgoing calls
no test coverage detected