Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option struct { UpdateEvery int Module string `short:"m" long:"modules" description:"module name to run" default:"all"` ConfDir []string `short:"c" long:"config-dir" description:"config dir to read"` WatchPath []string `short:"w" long:"watch-path" description:"config path to watch"` Debug bool `short:"d" long:"debug" description:"debug mode"` Version bool `short:"v" long:"version" description:"display the version and exit"` }
Option defines command line options.
Click to show internal directories.
Click to hide internal directories.