| 14 | ) |
| 15 | |
| 16 | type integrateCmd struct { |
| 17 | remove bool |
| 18 | |
| 19 | bashCompletion completion.Completion |
| 20 | zshCompletion completion.Completion |
| 21 | psCompletion completion.Completion |
| 22 | } |
| 23 | |
| 24 | var currentShellFn = completion.CurrentShell |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected