589d55837e
An unintrusive implementation - no existing interfaces changed, and a single addition for obtaining all of the different long names. Notes: * Tests added for the new functionality, and existing tests expanded to take it into account. * It is now impossible to specify long names with commas in them (but then, that wasn't properly supported before either, more of an oversight). * The multiple long options are not included in the usage information - just the first one of them is printed
10 lines
73 B
INI
10 lines
73 B
INI
gv1 = 0#asd
|
|
empty_value =
|
|
plug3 = 7
|
|
b = true
|
|
|
|
[m1]
|
|
v1 = 1
|
|
v2 = 2
|
|
v3 = 3
|