Add alias for container:debug task

This commit is contained in:
Jérôme Macias 2013-12-10 10:03:46 +01:00 committed by ncanceill
parent e5ed07e2b5
commit de41dee9e4

View File

@ -17,5 +17,6 @@ compdef _symfony2 sf
alias sf='php app/console'
alias sfcl='php app/console cache:clear'
alias sfroute='php app/console router:debug'
alias sfcontainer='php app/console container:debug'
alias sfgb='php app/console generate:bundle'