Commit ed6c2c91 authored by Philipp Wahala's avatar Philipp Wahala
Browse files

Symfony2 plugin use first console found

parent da94f45f
# Symfony2 basic command completion
_symfony_console () {
echo "php $(find . -maxdepth 2 -mindepth 1 -name 'console')"
echo "php $(find . -maxdepth 2 -mindepth 1 -name 'console' | head -n 1)"
}
_symfony2_get_command_list () {
......
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