View Source MixTestInteractive.CommandProcessor (mix test.interactive v4.1.1)

Processes interactive mode commands.

Summary

Functions

Processes a single interactive mode command.

Returns an ANSI-formatted usage summary.

Types

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.