Mix.Shell.printable_app_name
You're seeing just the function
printable_app_name
, go back to Mix.Shell module for more information.
Returns the printable app name.
This function returns the current application name, but only if the application name should be printed.
Calling this function automatically toggles its value
to false
until the current project is re-entered. The
goal is to avoid printing the application name
multiple times.