jpeddicord / askalono

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

CLI: Support --optimize flag for crawl mode #27

Closed jpeddicord closed 5 years ago

jpeddicord commented 6 years ago

Title. Not much work to support this; the CLI just doesn't do this when crawling a directory. Overkill for many scenarios, but we could add some heuristics to only optimize above a certain threshold (see #26).

I'm imagining this'll be useful in situations like this:

askalono crawl --optimize --glob '*' my-source-directory
jpeddicord commented 5 years ago

Closing in favor of #35