Commit de8bcef4 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1622 from hacfi/patch-1

Fix Symfony2 command completion 'permission denied'
parents cb8ccaf3 8c74d80f
# Symfony2 basic command completion
_symfony2_get_command_list () {
app/console --no-ansi | sed "1,/Available commands/d" | awk '/^ [a-z]+/ { print $1 }'
php app/console --no-ansi | sed "1,/Available commands/d" | awk '/^ [a-z]+/ { print $1 }'
}
_symfony2 () {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment