From c5461c4b6c38157e396284ce88d53f733c3f1f62 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 6 Sep 2013 07:28:21 -0700 Subject: [PATCH] Update symfony2 aliases to current values --- Cheatsheet.textile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cheatsheet.textile b/Cheatsheet.textile index 666c0a9..49a99e8 100644 --- a/Cheatsheet.textile +++ b/Cheatsheet.textile @@ -67,5 +67,7 @@ h2. Editors * @stt@ - @open current directory in Sublime Text 2@ h2. Symfony2 -* @sf2@ - @php app/console@ -* @sf2clear@ - @php app/console cache:clear@ \ No newline at end of file +* @sf@ - @php app/console@ +* @sfcl@ - @php app/console cache:clear@ +* @sfroute@ - @php app/console router:debug@ +* @sfgb@ - @php app/console generate:bundle@