Update README.md

This commit is contained in:
Gordon Shumway 2020-02-05 04:06:08 -05:00 committed by GitHub
parent e41d1793ed
commit cb72eeec06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ To run a local instance (190K+ questions, can add more questions as episodes con
## Commands
```
start [--num <int>] [--shuffle] [--no-hints] [category1, category2, etc,]
start [--num <int>] [--shuffle] [--no-hints] [--random-category] [category1, category2, etc,]
```
Calling the `start` command by itself will yield a round of random questions. Adding category names after the start command will search for specific categories by name. Calling start while a game is running will add additional questions to the queue. Use `--shuffle` to randomize question order. Use `--no-hints` to disable hints for the round.
Calling the `start` command by itself will yield a round of random questions. Adding category names after the start command will search for specific categories by name. The `--random-category` option will return questions from a randomly selected category. Calling `start` while a game is running will add additional questions to the queue. Use `--shuffle` to randomize question order. Use `--no-hints` to disable hints for the round.
```
categories