aboutsummaryrefslogtreecommitdiffstats
path: root/src/_artisan
diff options
context:
space:
mode:
Diffstat (limited to 'src/_artisan')
-rw-r--r--src/_artisan2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_artisan b/src/_artisan
index 6e55d31..bbb72f8 100644
--- a/src/_artisan
+++ b/src/_artisan
@@ -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 () {