(name)
| 162 | })); |
| 163 | }, |
| 164 | string(name) { |
| 165 | return this.swap(name, (flag) => ({ |
| 166 | ...flag, |
| 167 | examples: [`--${name} "some value"`], |
| 168 | type: 'string', |
| 169 | })); |
| 170 | }, |
| 171 | boolean(name) { |
| 172 | return this.swap(name, (flag) => ({ |
| 173 | ...flag, |
nothing calls this directly
no outgoing calls
no test coverage detected