rohaquinlop / complexipy

An extremely fast Python library to calculate the cognitive complexity of Python files, written in Rust.
https://rohaquinlop.github.io/complexipy/
MIT License
135 stars 7 forks source link

fix(docs) Changed max complexity argument name to match the code #11

Closed korneevm closed 8 months ago

korneevm commented 8 months ago

I've tried comlexipy on a couple of my projects and run into an error No such option: -m when trying to play with max complexity. I found out, that in main.py this argument is called -c, so I changed README accordingly.

rohaquinlop commented 8 months ago

hey @korneevm thank you for your contribution, I forget to update the documentation about this change, can you please update the docs directory too?

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

korneevm commented 8 months ago

@rohaquinlop I've missed the docs directory. Fixed now