1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 00:40:07 +00:00

Enhanced Laravel 5 Plugin (#6376)

This commit is contained in:
Sebastian Schlein 2017-11-04 18:34:31 +01:00 committed by Robby Russell
parent 905eb815fa
commit fb1227088d

View file

@ -1,6 +1,6 @@
# Laravel5 basic command completion
_laravel5_get_command_list () {
php artisan --no-ansi | sed "1,/Available commands/d" | awk '/^ +[a-z]+/ { print $1 }'
php artisan --raw --no-ansi list | sed "s/[[:space:]].*//g"
}
_laravel5 () {