argtable / argtable3

A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options.
http://www.argtable.org
Other
377 stars 65 forks source link

Documentation requeset #92

Open lonble opened 8 months ago

lonble commented 8 months ago

Do you have plans to provide complete documentation? The content in https://www.argtable.org/tutorial/ seems out of date, and a large number of APIs lack descriptions.

I had to read the source code to understand what advanced features this library provides, but it's over six thousand lines of code, which is a little frustrating.

tomghuang commented 8 months ago

@lonble : Yes, I do have plans to update the current documentation. Thanks for reminding me and I'll push the patch in a few weeks. Before releasing the new documentation, you can check the examples. If you want to see some common examples, please also let me know, since I also plan to expand the sample applications.