Do is expected to apply any necessary changes to the config in place
(*ghConfig.Config)
| 97 | PostVersion() string |
| 98 | // Do is expected to apply any necessary changes to the config in place |
| 99 | Do(*ghConfig.Config) error |
| 100 | } |
| 101 | |
| 102 | // AuthConfig is used for interacting with some persistent configuration for gh, |
no outgoing calls