taylordotfish / harmony

A free/libre program for performing account-related tasks with Discord
GNU General Public License v3.0
86 stars 8 forks source link

Harmony has no man page #22

Open Nardol opened 8 months ago

Nardol commented 8 months ago

Hello,

Harmony has no man page for now. This issue is more a discussion, to see what could be the best to have a manpage. Adding it would be usefule to meet Debian package requirements. After some search, I have the following implementation suggestions:

Before making any code, I prefer asking what is prefered.

Cli2man is also a solution, which would require using Docopt to parse command line arguments. In fact the same kind of solution as Help2man.