Fixed categories name as command for Symfony Console

This commit is contained in:
Yohan Tambè 2016-03-15 14:37:55 +01:00
parent 196a217413
commit de17e99788
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ _console_get_command_list () {
IFS=" "
`_find_console` --no-ansi | \
sed "1,/Available commands/d" | \
awk '/ [a-z]+/ { print $0 }' | \
awk '/ [a-z]+/ { print $0 }' | \
sed -E 's/^[ ]+//g' | \
sed -E 's/[:]+/\\:/g' | \
sed -E 's/[ ]{2,}/\:/g'