Documentation
¶
Overview ¶
Package report provides details about the renaming operation in table or json format
Index ¶
- func BackupFailed(err error)
- func BackupFileRemovalFailed(err error)
- func DefaultOpt(opt, val string)
- func ExitWithErr(err error)
- func NoMatches(conf *config.Config)
- func NonExistentFile(name string, row int)
- func PrintResults(conf *config.Config, fileChanges file.Changes, err error)
- func Report(conf *config.Config, fileChanges file.Changes, conflictDetected bool)
- func ShortHelp(helpText string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackupFailed ¶
func BackupFailed(err error)
func BackupFileRemovalFailed ¶
func BackupFileRemovalFailed(err error)
func DefaultOpt ¶
func DefaultOpt(opt, val string)
func ExitWithErr ¶
func ExitWithErr(err error)
func NoMatches ¶
NoMatches prints out a message indicating that the find string failed to match any files.
func NonExistentFile ¶
func PrintResults ¶
PrintResults prints the results of a renaming operation, including any errors encountered. It displays successful renames to stderr if verbose mode is enabled, and prints renamed paths to stdout if output is piped. Errors are always printed to stderr.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.