Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering zero categories. #8881

Closed
connorjclark opened this issue May 6, 2019 · 2 comments
Closed

Rendering zero categories. #8881

connorjclark opened this issue May 6, 2019 · 2 comments

Comments

@connorjclark
Copy link
Collaborator

connorjclark commented May 6, 2019

Do the wrong thing:

node lighthouse-cli https://www.nyt.com --view --only-categories performance,seo

See an empty report and fireworks :)

image

@patrickhulce
Copy link
Collaborator

Somewhat expected :) there's no category called performance,seo, yargs does array types like --only-categories=performance --only-categories=seo

we could split on , and flatten though, it wouldn't be too bad

@brendankenny
Copy link
Member

fixed by a combo of #8933 and #9073

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants