-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tech/allow many args CH-789 #447
Conversation
…cli into tech/allow-many-args
CH-789 chromatic-cli should accept multiples of the same argument (and pick the last one provided)
Looks like when you pass the same argument multiple times to the chromatic-cli it breaks. We should simply allow this, and pick the last entry in the array. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small tweak maybe?
Progress here looks good. Sadly I don't have the time/expertise to do code reviews anymore so I've taken myself off the list here. |
@ndelangen What's the status of this? Perhaps you'll want to revisit something based on @tmeasday's comment? |
Very strange for the tests to start failing all of a sudden after merging in |
Sorry, my bad. |
I don't think this PR is going to completely address the problem. For example, in this example, the |
I see, this PR is still an improvement I guess, a step into the right direction? |
@ghengeveld could you add your review on this? |
https://linear.app/chromaui/issue/CH-789/chromatic-cli-should-accept-multiples-of-the-same-argument-and-pick
@zol I think this should fix the issue..