[Fix] Force no-ansi for all
This commit is contained in:
parent
97402d4ab8
commit
33edc548de
|
@ -40,7 +40,7 @@
|
|||
|
||||
|
||||
_artisan_get_command_list () {
|
||||
php artisan | sed "1,/Available commands/d" | awk '/ [a-z]+/ { print $1 }'
|
||||
php artisan --no-ansi | sed "1,/Available commands/d" | awk '/ [a-z]+/ { print $1 }'
|
||||
}
|
||||
|
||||
_artisan () {
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
|
||||
_console_get_command_list () {
|
||||
php console | sed "1,/Available commands/d" | awk '/ [a-z]+/ { print $1 }'
|
||||
php console --no-ansi | sed "1,/Available commands/d" | awk '/ [a-z]+/ { print $1 }'
|
||||
}
|
||||
|
||||
_console () {
|
||||
|
|
Loading…
Reference in New Issue