1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
# program name, name for the executable
# ProgramName: redo
# Authors: Myself <me@mine.org>
#
PackageName: main
Name: evdemo
# Desc: "global option redo"
# Text: Redo global option via automatic code-gen
# prefix string before every environment variable
Prefix: EVD_
Options:
- Name: Host
Type: string
Usage: Host address
Value: localhost
- Name: Port
Type: int
Usage: Listening port
Value: 80
- Name: Force
Type: bool
EVar: FRCE
Usage: Force start
- Name: Verbose
Type: int
EVar: VERB
Usage: Verbose mode (higher numbers increase the verbosity)
Value: 0
|