jpeddicord / askalono

A tool & library to detect open source licenses from texts
Apache License 2.0
258 stars 26 forks source link

CLI: Support different optimize modes #26

Closed jpeddicord closed 5 years ago

jpeddicord commented 6 years ago

Right now --optimize is either on or off. It'd be nice to have --optimize=auto or something, maybe even auto by default, to only optimize if there wasn't already a strong match.

jpeddicord commented 5 years ago

Closing in favor of #35