Nemo157 / cargo-lichking

Automated license checking for rust. cargo lichking is a Cargo subcommand that checks licensing information for dependencies.
Other
127 stars 16 forks source link

Compare with cargo-license and show some example output in README. #42

Open vi opened 6 years ago

vi commented 6 years ago

Is it the same as cargo-license? In any case, README should be extented.

Nemo157 commented 6 years ago

I'm not sure whether I want a comparison against cargo-license, but definitely should enhance the readme, lots of new features to highlight.

arve0 commented 5 years ago

I'm expecting to see some output on check, like "OK", but only get the IANAL warning. Is this correct behavior?

$ cargo lichking check
warning: IANAL: This is not legal advice and is not guaranteed to be correct.
$ echo $?
0
Nemo157 commented 5 years ago

@arve0 that's correct currently, but I think it makes sense to print something saying it was fine, opened #53 for it.