File: no_multi_strings_cmd.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 (10 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
package "no multi strings"
version "0.1"
purpose "Has multiple options none of which are strings"

# inspired by Dave Swegen

option "test" t "This is a test option" int typestr="A test value" 
default="5" no

option "multi" - "This is a multi option" int typestr="Multivalue" multiple no