mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Enhanced Laravel 5 Plugin (#6376)
This commit is contained in:
parent
4657de58ce
commit
d4ca0494a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue