File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ if test -t 1; then
45
45
FG_M=" $( tput setaf $COLOR_M ) " # Foreground - MAGENTA
46
46
FG_C=" $( tput setaf $COLOR_C ) " # Foreground - CYAN
47
47
FG_N=" $( tput setaf $COLOR_N ) " # Foreground - NEUTRAL (GRAY)
48
-
48
+
49
49
BOLD=" $( tput bold) "
50
50
RESET=" $( tput sgr0) "
51
51
fi
@@ -153,6 +153,7 @@ function display_help {
153
153
describe_command " fresh" " hop artisan migrate:fresh"
154
154
describe_command " make:*" " hop artisan make:*"
155
155
describe_command " migrate" " hop artisan migrate"
156
+ describe_command " migrate:*" " hop artisan migrate:*"
156
157
describe_command " queue:*" " hop artisan queue:*"
157
158
describe_command " seed" " hop artisan db:seed"
158
159
describe_command " test" " hop artisan test"
@@ -305,7 +306,7 @@ if [ "$1" == "explain" ]; then
305
306
fi
306
307
307
308
case $1 in
308
- " app:" * |" build:" * |" db:" * |" make:" * |" queue:" * )
309
+ " app:" * |" build:" * |" db:" * |" make:" * |" migrate: " * | " queue:" * )
309
310
run_exec_command php artisan " $@ "
310
311
;;
311
312
" art" |" artisan" )
You can’t perform that action at this time.
0 commit comments