Symfony2 plugin autocomplete for app/console and bin/console
This commit is contained in:
parent
677d8b1a21
commit
8d2dd8cc6a
@ -13,6 +13,8 @@ _symfony2 () {
|
||||
}
|
||||
|
||||
compdef _symfony2 '`_symfony_console`'
|
||||
compdef _symfony2 'app/console'
|
||||
compdef _symfony2 'bin/console'
|
||||
compdef _symfony2 sf
|
||||
|
||||
#Alias
|
||||
|
Loading…
Reference in New Issue
Block a user