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

Processes interactive mode commands.

Summary

Functions

Processes a single interactive mode command.

Returns an ANSI-formatted usage summary.

Types

response()

@type response() :: MixTestInteractive.Command.response()

Functions

call(command_line, settings)

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

Processes a single interactive mode command.

usage(settings)

Returns an ANSI-formatted usage summary.

Includes only commands that are applicable to the current configuration.