Mix.Shell.Process.flush

You're seeing just the function flush, go back to Mix.Shell.Process module for more information.
Link to this function

flush(callback \\ fn x -> x end)

View Source

Flushes all :mix_shell and :mix_shell_input messages from the current process.

If a callback is given, it is invoked for each received message.

Examples

flush(&IO.inspect/1)