File: test_conf_parser.save.test

package info (click to toggle)
gengetopt 2.22.6%2Bdfsg0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,732 kB
  • sloc: cpp: 14,709; sh: 11,845; ansic: 8,030; makefile: 689; yacc: 514; lex: 171; sed: 3
file content (22 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
opta="FOO"
string="another"
int="100"
float="3.14"
no-short
required="this is a test"
conf-file="./test_conf.conf"
multi-string="-1"
multi-string="zero"
multi-string="first"
multi-string="second"
multi-string="third"
multi-string="fourth"
multi-string="fifth"
multi-string="sixth"
noarg
noarg
noarg
noarg-noshort
noarg-noshort
opt-arg
file-save="test_conf_parser.save"