dequelabs / axe-cli

[Deprecated] A command-line interface for the aXe accessibility testing engine
Mozilla Public License 2.0
430 stars 35 forks source link

unknown option `--stdout' #98

Closed kylegrover closed 5 years ago

kylegrover commented 5 years ago

Hi, I installed axe-cli today (3.0.0 on Mac, using Homebrew) and I'm trying to configure it to pass json to jq before saving. When I run this command:

To pipe the results to a JSON-parsing program for further processing, do: axe --stdout www.deque.com | jq ".[0].violations"

I get error: unknown option '--stdout'.

straker commented 5 years ago

Thanks for letting us know. The npm release is a year old and the --stdout option was added afterwards. We'll work on creating a new release soon so it's available.

straker commented 5 years ago

Release created. --stdout option should now be available in v3.1.0