(executableName string, completions []datastore.Completion)
| 24 | type ShellScriptGenerator interface { |
| 25 | GetPreamble() []string |
| 26 | GenerateCompletions(executableName string, completions []datastore.Completion) []string |
| 27 | ResetCommand(executablePath string) []string |
| 28 | } |
| 29 |
no outgoing calls
no test coverage detected