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