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)
| 105 | // SetAutoComplete instructs the UI to call complete(cmd) to obtain |
| 106 | // the auto-completion of cmd, if the UI supports auto-completion at all. |
| 107 | func (r *readlineUI) SetAutoComplete(complete func(string) string) { |
| 108 | // TODO: Implement auto-completion support. |
| 109 | } |
nothing calls this directly
no outgoing calls
no test coverage detected