summaryrefslogtreecommitdiffstats
path: root/rules/argtable2.in
blob: 71d40e8df104cd5721a49e4cbdc129e8df805452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=system_libraries

config ARGTABLE2
	tristate
	prompt "argtable2"
	help
	 Argtable is an ANSI C library for parsing GNU style command line
	 arguments with a minimum of fuss. It enables the programmer to define
	 their program's argument syntax directly in the source code as an
	 array of structs. The command line is then parsed according to that
	 specification and the resulting values stored directly into
	 user-defined program variables where they are accessible to the main
	 program.

# vim: syntax=kconfig