cgag / loc

Count lines of code quickly.
MIT License
2.29k stars 126 forks source link

Improved handling of --sort flag and it's interaction with --files #74

Closed ConnorGray closed 6 years ago

ConnorGray commented 6 years ago
Invalid values of --sort will now be caught and reported. Added a
dependency on the edit_distance crate to catch typos and offer
suggestions. These are basically usability improvements.
cgag commented 6 years ago

Sorry I've been travelling and haven't had a chance to test this yet but it looks great. I wasn't really happy with how I did it before and this looks much nicer, and the edit distance stuff is beautiful. Will hopefully get to take a look at this soon. Thanks!

ConnorGray commented 6 years ago

No problem! Thanks!

cgag commented 6 years ago

finally got this merged manually, thanks a bunch