boyter / lc

licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Dual-licensed under MIT or the UNLICENSE.
GNU Affero General Public License v3.0
124 stars 17 forks source link

Please support a single file as input #6

Closed sschuberth closed 6 years ago

sschuberth commented 6 years ago

As a follow-up to #5, please actually do allow a single file as input 😉

boyter commented 6 years ago

Hahahaha I was waiting for this one :)

Something to add once I get the release stable :)

sschuberth commented 6 years ago

Hehe 😆 As an extension of this, actually allowing multiple arguments that could be either files or directories would also be nice.

boyter commented 6 years ago

That's not a bad idea at all.

boyter commented 6 years ago

Resolved.

https://github.com/boyter/lc/releases/tag/v1.1.0

New release pushed out, and since its new functionality bumped the version to 1.1.0. Was going to update oss-review-toolkit for you with a pull request but not sure what's required there with regards to it. Looking forward to seeing the PR for it though.