View Source Grizzly.Autocomplete (grizzly v8.5.3)
Adds command completion to the default IEx autocomplete.
This module augments the IEx autocompletion logic to complete Grizzly
command names inside of Grizzly.send_command/4
calls.
Call Grizzly.Autocomplete.set_expand_fun()
(or put it in your .iex.exs
) to
enable this feature.
Summary
Functions
@spec set_expand_fun() :: :ok | {:error, any()}