Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Start string End string Threads int HTTPPort int Update bool ForceUpdate bool Perms bool Dry bool DeleteSrc bool DeleteDst bool Dirs bool Exclude []string Include []string Manager string Workers []string BWLimit int NoHTTPS bool Verbose bool Quiet bool }
func NewConfigFromCli ¶
func NewConfigFromCli(c *cli.Context) *Config
Click to show internal directories.
Click to hide internal directories.