Fish
| 129 | // |
| 130 | |
| 131 | type Fish struct { |
| 132 | codCommandPath string |
| 133 | } |
| 134 | |
| 135 | func (f *Fish) GenerateCompletions(executablePath string, _ []datastore.Completion) (shellScript []string) { |
| 136 | shellScript = []string{ |
nothing calls this directly
no outgoing calls
no test coverage detected