argtable / argtable3

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

Add doc/examples to explain how to implement sub-commands #64

Open tomghuang opened 3 years ago

tomghuang commented 3 years ago

We have added API functions to implement sub-commands. We have also added API functions that implement critical data structures, such as hash table, dynamic string, which help to implement sub-commands. However, we've not yet added documentation and examples to explain how to use them.