Include 'seed' argument in README

This commit is contained in:
John Fragoulis 2021-04-01 13:24:03 +03:00
parent 36dc9376b8
commit 928289af35
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ USAGE:
OPTIONS:
-b, --build ID A unique identifier for the build. Should be common among workers participating in the same build.
-w, --worker ID An identifier for the worker. Workers participating in the same build should have distinct IDs.
--seed SEED The RSpec seed. Passing the seed can be helpful in many ways i.e reproduction and testing.
-r, --redis HOST --redis is deprecated. Use --redis-host or --redis-url instead. Redis host to connect to (default: 127.0.0.1).
--redis-host HOST Redis host to connect to (default: 127.0.0.1).
--redis-url URL Redis URL to connect to (e.g.: redis://127.0.0.1:6379/0).