addyosmani / a11y

Accessibility audit tooling for the web (beta)
http://addyosmani.github.io/a11y/
Apache License 2.0
1.71k stars 76 forks source link

Feature cli exit codes #51

Closed adamc00 closed 8 years ago

adamc00 commented 9 years ago

I wanted to have ally exit with an error code (non zero) upon audit failures. This PR adds that feature. I'm not a native node dev so please don't hesitate to provide feedback to make this PR acceptable if it is not.

sindresorhus commented 9 years ago

It should just do that by default. No option needed. IMHO.

addyosmani commented 8 years ago

Friendly ping on feedback @adamc00

adamc00 commented 8 years ago

I have closed this PR and will make a new clean one which simply implements non zero exit code upon failure(s).