mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-07 16:00:41 +01:00
Enhanced Laravel 5 Plugin (#6376)
This commit is contained in:
committed by
Robby Russell
parent
905eb815fa
commit
fb1227088d
@@ -1,6 +1,6 @@
|
|||||||
# Laravel5 basic command completion
|
# Laravel5 basic command completion
|
||||||
_laravel5_get_command_list () {
|
_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 () {
|
_laravel5 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user