Mix.Shell.Process.flush
You're seeing just the function
flush
, go back to Mix.Shell.Process module for more information.
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)