(positionalArgs, flags)
| 98 | } |
| 99 | |
| 100 | async exec (positionalArgs, flags) { |
| 101 | await this.createConfigCommand({ |
| 102 | positionalArgs, |
| 103 | flags, |
| 104 | }) |
| 105 | } |
| 106 | } |
| 107 | |
| 108 | module.exports = TrustGitLab |
nothing calls this directly
no test coverage detected