(configPath: string)
| 251 | } |
| 252 | |
| 253 | function deleteCredentialsFile(configPath: string): void { |
| 254 | cliConfig.deleteAuthConfigFile(configPath); |
| 255 | } |
| 256 | |
| 257 | function tryDeleteCredentialsFromKeyring( |
| 258 | configPath: string, |
no outgoing calls
no test coverage detected