(positionalArgs, flags)
| 168 | } |
| 169 | |
| 170 | async exec (positionalArgs, flags) { |
| 171 | await this.createConfigCommand({ |
| 172 | positionalArgs, |
| 173 | flags, |
| 174 | }) |
| 175 | } |
| 176 | } |
| 177 | |
| 178 | module.exports = TrustCircleCI |
nothing calls this directly
no test coverage detected