Mix.target

You're seeing just the function target, go back to Mix module for more information.

Specs

target() :: atom()

Returns the Mix target.

Specs

target(atom()) :: :ok

Changes the current Mix target to target.

Be careful when invoking this function as any project configuration won't be reloaded.