maandree / argparser

Command line argument parser library, like getopt, except better. [multiple languages: C, Java, Python, Bash]
https://codeberg.org/maandree/argparser
GNU Affero General Public License v3.0
9 stars 5 forks source link

Optional argument #2

Closed maandree closed 11 years ago

maandree commented 11 years ago

Long options should be able to have the format --option[=value] and ++option[=value], these options needs their value attached to the option in one argument, otherwise it is interpretered as no argument was used.