Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { Version bool `short:"v" long:"version" description:"Print the version and exit."` DetailVersion bool `short:"V" long:"detail" description:"Print detailed version info and exit."` DoDebug bool `env:"CINFO_DEBUG" short:"d" long:"debug" description:"If specified, enable debug logging. This may log a LOT of information."` SockMode fs.FileMode `` /* 176-byte string literal not displayed */ SockDirMode fs.FileMode `` /* 211-byte string literal not displayed */ SockGrp *string `` /* 197-byte string literal not displayed */ SockDirGrp *string `` /* 222-byte string literal not displayed */ Listen ListenArgs `positional-args:"true"` }
Click to show internal directories.
Click to hide internal directories.