cafce25 / twitchctl

Twitch cli
6 stars 1 forks source link

Clap Manpage generation #13

Open ModProg opened 3 years ago

ModProg commented 3 years ago

When clap v3 is released, we can easily replace structopt, and use it for also generating a man page:

https://rust-cli.github.io/book/in-depth/docs.html

dtomvan commented 3 years ago

You can do help2man <some clap program> help -o outputfile