SetAutoComplete instructs the UI to call complete(cmd) to obtain the auto-completion of cmd, if the UI supports auto-completion at all.
(complete func(string) string)
| 201 | // SetAutoComplete instructs the UI to call complete(cmd) to obtain |
| 202 | // the auto-completion of cmd, if the UI supports auto-completion at all. |
| 203 | SetAutoComplete(complete func(string) string) |
| 204 | } |
| 205 | |
| 206 | // HTTPServerArgs contains arguments needed by an HTTP server that |
nothing calls this directly
no outgoing calls
no test coverage detected