Parser + application of the : command line (Vim-style), shared by all
screens. Paths are built from the mount base (base) provided by the host,
and resources are resolved among domains.
Internal directives: {:navigate, path}, {:redirect, path},
{:message, text}, {:columns, names}, :toggle_debug, :whoami,
:noop, :not_command.
Summary
Functions
Interprets and applies an input on the socket ({:noreply, socket}).
Interprets an input (mount base + domains to resolve).
Functions
Interprets and applies an input on the socket ({:noreply, socket}).
Reads socket.assigns.base and socket.assigns.domains. Options:
:on_debug—fn socket -> {:noreply, socket} end;:on_columns—fn names, socket -> {:noreply, socket} end;:on_other—fn input, socket -> {:noreply, socket} end(input without:).
Interprets an input (mount base + domains to resolve).