View Source MixTestInteractive.CommandProcessor (mix test.interactive v4.1.1)
Processes interactive mode commands.
Summary
Types
@type response() :: MixTestInteractive.Command.response()
Functions
@spec call(String.t() | :eof, MixTestInteractive.Settings.t()) :: response()
Processes a single interactive mode command.
@spec usage(MixTestInteractive.Settings.t()) :: IO.chardata()
Returns an ANSI-formatted usage summary.
Includes only commands that are applicable to the current configuration.