8000 GitHub - jmike1211/argparser: Command line argument parser library, like getopt, except better. [multiple languages: C, Java, Python, Bash]
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Command line argument parser library, like getopt, except better. [multiple languages: C, Java, Python, Bash]

License

AGPL-3.0, Unknown licenses found

Licenses found

AGPL-3.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

jmike1211/argparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
	argparser - Command line argument parser library

DESCRIPTION
	Command line parser library with support for
	*	coloured help output,
	*	long options,
	*	single dash long options,
	*	plus options,
	*	temporary -- using ++,
	*	variadic options,
	*	optionally argumented options, and
	*	abbreviations, and other user-defined corrections.

RATIONALE
	We should always strive to make the command line
	even better.

SEE ALSO
	getopt(1), getopt(3), getopts(1), info argp

About

Command line argument parser library, like getopt, except better. [multiple languages: C, Java, Python, Bash]

Resources

License

AGPL-3.0, Unknown licenses found

Licenses found

AGPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 46.2%
  • Java 23.6%
  • Python 14.2%
  • Shell 13.6%
  • Makefile 2.4%
0