Closed NiklasvonM closed 7 months ago
I'd like to propose adding the option to sort the output by the complexity, perhaps via an -s/--sort option.
-s
--sort
When analyzing a large project for the first time, this could help finding the worst offenders quickly.
I suggest sorting the complexity in an ascending order by default since one sees the last entries first when printed to the terminal.
Thank you, @NiklasvonM this is a really useful
@NiklasvonM This feature is already implemented, will be present in the next release, thank you for your feedback
I'd like to propose adding the option to sort the output by the complexity, perhaps via an
-s
/--sort
option.When analyzing a large project for the first time, this could help finding the worst offenders quickly.
I suggest sorting the complexity in an ascending order by default since one sees the last entries first when printed to the terminal.