clap-md
clap-md copied to clipboard
Upgrade Dependencies
I'm curious, what is your intention with this? Seems like killercup hasn't ever published this and I'm assuming this still has a ways to go and would become trivial after clap-rs/clap#2914 (otherwise, its a pain to get everything right, see
clap_mangenfor how far we still have to go)
@epage nothing serious. i am coding a small school project in rust and wondered if there is a way to generate a simple readme.md file from my command line arguments.
once i stumbled upon this repo i found out it does not work because of outdated dependencies.
since i have fixed it for my own usage i thought it will be nice to push it here.