From df5c2c06970f8e2e9fb83f9af4d5ccf1b5d505dd Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Wed, 3 Jun 2020 14:55:22 -0700 Subject: [PATCH] Link to section on autocomplete mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af2e698..9753380 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ fuzzy-tester -t dev * `--help` show help :) * `-e` Select an envronment from `pelias.json` to run tests against. A list of valid environments will be printed if an invalid value or no value is passed -* `-o` Select an output mode. Valid values are `terminal` (default), `csv`, `json`, and `autocomplete` (see below) +* `-o` Select an output mode. Valid values are `terminal` (default), `csv`, `json`, and `autocomplete` ([see below](#autocomplete-mode)) * `-q` Enable quiet mode. Only test failures (not successes) are printed * `-t` Select a test 'type' to filter on. This is a free-text value that can be added to each test, to allow running a subset of tests * `-r` Set a limit of the number of requests that can be sent per second when running tests. This is useful to avoid overloading a small Pelias server