File: test_section_with_all_hidden.ggo

package info (click to toggle)
gengetopt 2.23%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 5,032 kB
  • sloc: cpp: 14,765; ansic: 8,232; sh: 4,782; makefile: 754; yacc: 514; lex: 179; sed: 3
file content (14 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# this contains only hidden options in a section

package "only_hidden"
version "0.1"

section "First section.  This contains non hidden options"

option "nonhidden" - "non hidden" string
option "nonhidden2" - "non hidden2" string

section "Hidden section.  This contains only hidden options"

option "hidden" - "hidden" string hidden
option "hidden2" - "hidden2" string hidden