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

Argtable3 differences from argtable2? #36

Closed jonathanmarvens closed 5 years ago

jonathanmarvens commented 5 years ago

Hi there.

I’ve been using argtable2 in projects for years now and I’m a pretty big fan of it. Would you mind telling me what the specific differences (functionality, logic, API, usage, etc.) are between argtable2 and Argtable3? It’s not immediately clear, so it’d help a lot to have an objective understanding of why someone would pick one over the other.

Thank you.

- Jonathan

tomghuang commented 5 years ago

Hi Jonathan,

The major differences are:

I've tried my best to keep the API backward compatible. So if you want to move to Argtabe3, it should be very smooth.

Regards, Tom

jonathanmarvens commented 5 years ago

Thank you for the clarification, Tom [@tomghuang]!

- Jonathan