File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11defmodule Mix.Tasks.Deps.Clean do
22 use Mix.Task
33
4- @ shortdoc "Removes the given dependencies' files"
4+ @ shortdoc "Deletes the given dependencies' files"
55
66 @ moduledoc """
7- Removes the given dependencies' files, including build artifacts and fetched
7+ Deletes the given dependencies' files, including build artifacts and fetched
88 sources.
99
1010 Since this is a destructive action, cleaning of dependencies
1111 can only happen by passing arguments/options:
1212
13- * `dep1, dep2` - the name of dependencies to be removed
14- * `--all` - removes all dependencies
15- * `--unused` - removes only unused dependencies (no longer mentioned
13+ * `dep1, dep2` - the name of dependencies to be deleted
14+ * `--all` - deletes all dependencies
15+ * `--unused` - deletes only unused dependencies (no longer mentioned
1616 in the `mix.exs` file)
17- * `--unlock` - also unlock the removed dependencies
17+ * `--unlock` - also unlocks the deleted dependencies
1818
1919 By default this task works across all environments, unless `--only`
2020 is given.
You can’t perform that action at this time.
0 commit comments