diff --git a/lib/mapping.js b/lib/mapping.js index 166393b..d1087f2 100644 --- a/lib/mapping.js +++ b/lib/mapping.js @@ -665,6 +665,10 @@ var options = { valid: /^(?:dot|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity)$/, }, + proxy: { + name: "proxy", + info: "set the proxy used to fetch results", + }, }, waterfall: { type: { diff --git a/test/fixtures/command-line/help-results.txt b/test/fixtures/command-line/help-results.txt index 6fe2927..0491f85 100644 --- a/test/fixtures/command-line/help-results.txt +++ b/test/fixtures/command-line/help-results.txt @@ -18,6 +18,7 @@ Options: -S, --specs set the specs for performance test suite -r, --reporter set performance test suite reporter output: [dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity + --proxy set the proxy used to fetch results -e, --request echo request ID, useful to track asynchronous requests -h, --help display help for command diff --git a/test/fixtures/command-line/help-test.txt b/test/fixtures/command-line/help-test.txt index 5bd7c99..ed98f04 100644 --- a/test/fixtures/command-line/help-test.txt +++ b/test/fixtures/command-line/help-test.txt @@ -173,4 +173,5 @@ Options: --reporter set performance test suite reporter output: [dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity + --proxy set the proxy used to fetch results -h, --help display help for command