target option is missing
kimulaco opened this issue · 2 comments
kimulaco commented
There is a --target
option in the README, but it does not seem to be implemented.
https://github.com/egoist/package-size/blob/master/README.md#target
Is the option already lost for --target
? Or will it be implemented from now on?
egoist commented
That's available in the API but not in the CLI, you can add it here:
Line 126 in d7804a9
PR welcome.
kimulaco commented
I see, I'm sorry!
I looked over the documentation again, but as you said it was an API only option.
I read source well again, and I will try to put out PR if necessary!