File: no_multi_types_cmd.ggo

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 (8 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
package "no multi types"
version "0.1"
purpose "Has multiple options none of which has type"

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

option "multi" - "This is a multi option with no type" multiple optional