thom4parisot / crx

A node.js command line app for packing Google Chrome extensions.
https://npmjs.com/crx
MIT License
516 stars 70 forks source link

Can't use option `-f`. #45

Closed p16i closed 8 years ago

p16i commented 9 years ago

I got this error.

> crx pack -f 
error: unknown option `-f'

Not sure what happens.

Node's version is v0.10.35

thom4parisot commented 9 years ago

It changed in 8638efeae30f64b9f33fc3366aaf280a523de58e / v2.0.0 / cf. git blame.

You can use -o to output to a file, instead of -f. The last often refers as --force rather than --file (file is too imprecise on its meaning and implications).

Let me know how it goes.