diff --git a/commands.tape b/commands.tape index 95f5697..5d49953 100644 --- a/commands.tape +++ b/commands.tape @@ -58,13 +58,16 @@ Set Height 927 Set TypingSpeed 50ms Set PlaybackSpeed 0.2 -Type "php artisan soar:run --option=-version=true" Sleep 20ms -Enter 1 Sleep 3s +#Type "php artisan soar:run --option=-version=true" Sleep 100ms +#Enter 1 Sleep 3s +# +#Type "php artisan soar:run --option=-help=true" Sleep 100ms +#Enter 1 Sleep 3s -Type "php artisan soar:run --option=-help=true" Sleep 20ms +Type "php artisan soar:score" Sleep 100ms +Enter 1 Sleep 3s +Type "select * from `users`;" Sleep 100ms Enter 1 Sleep 3s -Type "php artisan soar:score" Sleep 20ms -Enter 1 Sleep 1s -Type "select * from `users`;" Sleep 20ms -Enter 1 Sleep 10s +Type "php artisan soar:score --option=-query='select * from user;'" Sleep 100ms +Enter 1 Sleep 5s diff --git a/docs/commands.gif b/docs/commands.gif new file mode 100644 index 0000000..ba40e44 Binary files /dev/null and b/docs/commands.gif differ