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 36 37 38 39
|
CmdMain: mainCmd
CmdPrefix: DISPATCH
Options:
- Name: Debug
Type: Bool
Value: false
Usage: Turn on debugging.
- Name: addr
Type: String
Value: '"localhost:5002"'
Usage: Address of the service.
- Name: smtp-addr
Type: String
Value: '"localhost:25"'
Usage: Address of the SMTP server.
- Name: smtp-user
Type: String
Value: '""'
Usage: User for the SMTP server.
- Name: smtp-password
Type: String
Value: '""'
Usage: Password for the SMTP server.
- Name: email-from
Type: String
Value: '"noreply@abc.com"'
Usage: The from email address.
ConfigName: CommandLineCV
ConfigPath:
- /tmp
- .
|