Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InteractiveConfig ¶
type InteractiveConfig struct {
MatchPatterns []string
OutputFile string
NamePattern string
DryRun bool
Verbose bool
Watch bool
Progress bool
}
InteractiveConfig holds the configuration from interactive mode
func RunInteractive ¶
func RunInteractive() (*InteractiveConfig, error)
RunInteractive starts the interactive configuration mode
func (*InteractiveConfig) GenerateCommand ¶
func (c *InteractiveConfig) GenerateCommand() string
GenerateCommand generates the command line equivalent
Click to show internal directories.
Click to hide internal directories.