Provider defines an interface for providing the CLI config.
| 70 | |
| 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 |
| 77 | func Dir() string { |
no outgoing calls
no test coverage detected
searching dependent graphs…