Mix.Tasks.Deps.Clean

Remove the given dependencies' files.

Since this is a destructive action, cleaning of all dependencies can only happen by passing the --all command line option.

Clean does not unlock the dependencies, unless --unlock is given.

Source

Summary

run(args)

Callback implementation of Mix.Task.run/1

Functions

run(args)

Callback implementation of Mix.Task.run/1.

Source