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.
mix help new
1 parent c377483 commit b3c6bc2Copy full SHA for b3c6bc2
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