Skip to content

Commit

Permalink
Add adapter flag to phx.new
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernheisel committed Nov 7, 2023
1 parent d6167ef commit ac785ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utility/gen_diff/data.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ defmodule Utility.GenDiff.Data do
"Command is `phoenix.new` prior to version 1.3.0. Not all flags exist on all versions and may result in an error or be ignored.",
flags: [
{"--binary-id", [from: "1.0.0"]},
{"--adapter=cowboy", [from: "1.7.8"]},
{"--adapter=bandit", [from: "1.7.8"]},
{"--database=mongodb", [from: "1.0.0", until: "1.3.3"]},
{"--database=mssql", [from: "1.0.0"]},
{"--database=mysql", [from: "1.0.0"]},
Expand Down

0 comments on commit ac785ab

Please sign in to comment.