Add sfmatch

alias for router:match
This commit is contained in:
Mathias STRASSER 2015-08-10 15:10:26 +02:00
commit 5ea8095eaa

View file

@ -23,5 +23,6 @@ alias sfcl='sf cache:clear'
alias sfsr='sf server:run -vvv'
alias sfcw='sf cache:warmup'
alias sfroute='sf debug:router'
alias sfmatch='sf router:match'
alias sfcontainer='sf debug:container'
alias sfgb='sf generate:bundle'