(s, d, _ string)
| 148 | } |
| 149 | |
| 150 | func (f inlineFlagset) StringList(s, d, _ string) *[]*string { |
| 151 | return &[]*string{} |
| 152 | } |
| 153 | |
| 154 | func (f inlineFlagset) Parse(func()) []string { |
| 155 | return f.args |
nothing calls this directly
no outgoing calls
no test coverage detected