terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.85k stars 250 forks source link

/usr/local/bin/lizard: error: unrecognized arguments: --csv #186

Closed datomnurdin closed 7 years ago

datomnurdin commented 7 years ago

I can generate csv file. This is my command

lizard /Users/ZERO/Documents/Github/my-python --csv  

Error message

usage: lizard [options] [PATH or FILE] [PATH] ...
/usr/local/bin/lizard: error: unrecognized arguments: --csv

Please advice. Thank you.

rakhimov commented 7 years ago

@datomnurdin This feature has been introduced recently. Are you using the current development version from GitHub or installing from PyPI?

datomnurdin commented 7 years ago

Installing via PyPI.

terryyin commented 7 years ago

Busy week… I will create a new release to include this new feature soon… while I’m landed in Beijing… and get proper internet connection.

On 30 May 2017, at 4:09 AM, Mohammad Nurdin (Zero) notifications@github.com wrote:

Installing via PyPI.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/terryyin/lizard/issues/186#issuecomment-304724196, or mute the thread https://github.com/notifications/unsubscribe-auth/AAwJYvz98LYybFpLSshEYplWhFbd5s29ks5r-yXtgaJpZM4NpKzp.

datomnurdin commented 7 years ago

Thanks @terryyin .