Update 30.01.2022
This commit is contained in:
@@ -17,7 +17,7 @@ plugins=(... symfony2)
|
||||
| `sfsr` | sf server:run | Run the dev server |
|
||||
| `sfcw` | sf cache:warmup | Use the Bundles warmer |
|
||||
| `sfroute` | sf debug:router | Show the different routes |
|
||||
| `sfcontainer` | sf debug:contaner | List the different services |
|
||||
| `sfcontainer` | sf debug:container | List the different services |
|
||||
| `sfgb` | sf generate:bundle | Generate a bundle |
|
||||
| `sfgc` | sf generate:controller | Generate a controller |
|
||||
| `sfgcom` | sf generate:command | Generate a command |
|
||||
|
||||
@@ -5,7 +5,7 @@ _symfony_console () {
|
||||
}
|
||||
|
||||
_symfony2_get_command_list () {
|
||||
`_symfony_console` --no-ansi | sed "1,/Available commands/d" | awk '/^ ?[^ ]+ / { print $1 }'
|
||||
`_symfony_console` --no-ansi --no-debug | sed "1,/Available commands/d" | awk '/^ ?[^ ]+ / { print $1 }'
|
||||
}
|
||||
|
||||
_symfony2 () {
|
||||
|
||||
Reference in New Issue
Block a user