platisd / duplicate-code-detection-tool

A simple Python3 tool to detect similarities between files within a repository
MIT License
162 stars 30 forks source link

--show-loc option & sorted results #26

Closed Cael35 closed 1 year ago

Cael35 commented 1 year ago

(1) Sort the results alphabetically. (2) Add --show-loc option to add file line counts to ouput (#25). => update run_action.py to add show_loc=False and keep the default behavior.

Cael35 commented 1 year ago

Can you please also add a print screen of how the CLI usage looks now?

Do you mean adding another example to the README with the --show-loc option and a screenshot of the output ?

platisd commented 1 year ago

Can you please also add a print screen of how the CLI usage looks now?

Do you mean adding another example to the README with the --show-loc option and a screenshot of the output ?

A screenshot of the output here in the pull request will be enough :}

(Will address the other responses a bit later)

Cael35 commented 1 year ago

screenshot of output with --show-loc image