egoist/package-size

target option is missing

kimulaco opened this issue · 2 comments

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

package-size

Is the option already lost for --target? Or will it be implemented from now on?

That's available in the API but not in the CLI, you can add it here:

.option(

PR welcome.

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!