This commit is contained in:
Jérôme Macias 2014-05-18 15:04:23 +00:00
commit 1213612fcf

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'