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

Command #3

Closed maandree closed 11 years ago

maandree commented 11 years ago

The first used options should be able to be a command, that is, an argumentless option with and dashes or pluses the the beginning.

maandree commented 11 years ago

Will not implement, it is not worth the complexity it brings to the source and the API, it is easy to implement by hand in a program.