Commit 3189caf
committed
minor #5594 Missing --no-interaction flag? (alexwybraniec)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5594).
Discussion
----------
Missing --no-interaction flag?
Running
php app/console doctrine:generate:entity --entity="AppBundle:Category" --fields="name:string(255)"
does not automatically generate the entity.
Needs the --no-interaction flag set or it enters the interactive generator.
Commits
-------
478023c Missing --no-interaction flag?1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
907 | | - | |
| 907 | + | |
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
| |||
0 commit comments