Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { GHToken string GHSkipVerify bool GHServer string GTServer string GTToken string GTSkipVerify bool GTSourceID int64 APITimeout string SourceOrg string TargetOrg string UserListFile string Debug bool Version bool // RmOrg determines whether to remove the original org and all its repos before migration. RmOrg bool }
Config holds all configuration options
func LoadConfig ¶
func LoadConfig() *Config
LoadConfig parses command-line flags and returns a Config struct
Click to show internal directories.
Click to hide internal directories.