Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicOptions ¶
type BasicOptions struct { WorkingDir string `flag:"working-dir,wd" value:"" usage:"working dir path to run syncer"` WorkingHead string `flag:"working-head,wh" value:"" usage:"working head to run syncer"` Remote string `flag:"remote" value:"" usage:"Use specific remote config"` Verbose string `flag:"verbose" value:"info" usage:"Verbose level"` }
BasicOptions is basic options that all command shall support
Click to show internal directories.
Click to hide internal directories.