View Source MixTestInteractive.CommandProcessor (mix test.interactive v1.2.0)

Processes interactive mode commands.

Link to this section Summary

Functions

Processes a single interactive mode command.

Returns an ANSI-formatted usage summary.

Link to this section Types

Link to this section Functions

Link to this function

call(command_line, settings)

View Source
@spec call(String.t() | :eof, MixTestInteractive.Settings.t()) :: response()

Processes a single interactive mode command.

Returns an ANSI-formatted usage summary.

Includes only commands that are applicable to the current configuration.