We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c377483 + b3c6bc2 commit dc403e4Copy full SHA for dc403e4
lib/mix/lib/mix/tasks/new.ex
@@ -10,7 +10,7 @@ defmodule Mix.Tasks.New do
10
Creates a new Elixir project.
11
It expects the path of the project as argument.
12
13
- mix new PATH [--bare] [--module MODULE] [--umbrella]
+ mix new PATH [--sup] [--module MODULE] [--umbrella]
14
15
A project at the given PATH will be created. The
16
application name and module name will be retrieved
0 commit comments