rutrum / convert-case

Converts to and from various cases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a license file to ccase's release tarball

cyqsimon opened this issue · comments

I was packaging ccase on AUR when I noticed that the release tarballs at crates.io for ccase currently does not contain a LICENSE file, which makes packaging quite a bit uglier.

Can you please add a LICENSE file under /ccase directory? Much thanks!

Consider it done. Thank you for sharing this on the AUR. I've been rewriting ccase using clap version 3 instead of 2 and a far more robust test suite, but its been slow and I've lost my time elsewhere. Thanks for sharing an interest in my project, I hope you can package a 0.4.0 version soon.

I personally have a bit of experience working with clapv3, specifically using struct_opt-like declaration of CLI options which makes the code a lot cleaner IMO. The code is unfortunately private though, so I can't share it with you as an example, but I'm willing to help out directly via PR. How would you like that?