Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DryRun bool
Flag cli arg
Functions ¶
func ParseFromFile ¶
func Setup ¶
func Setup(config SetupConfig)
func StringifyToFile ¶
func Teardown ¶
func Teardown(config SetupConfig)
Types ¶
type FileTree ¶
func (FileTree) Walk ¶
func (ft FileTree) Walk(vistor FileTreeVisitor)
type FileTreeVisitor ¶
type ImplicitConfig ¶
func GetImplicitConfig ¶
func GetImplicitConfig() ImplicitConfig
GetImplicitConfig gathers config information based on user's system, these are assumed as defaults if not overridden
type Matcher ¶
func GetIgnoredPatterns ¶
type SetupConfig ¶
type SetupConfig struct {
DryRun bool
From string
To string
HistoryFile string
// contains filtered or unexported fields
}
func BuildSetupConfig ¶
func BuildSetupConfig(flags Flags, implicitConfig ImplicitConfig) SetupConfig
Source Files
¶
Click to show internal directories.
Click to hide internal directories.