Documentation
¶
Overview ¶
Package report provides details about the renaming operation in table or json format
Index ¶
- Variables
- func BackupFailed(err error)
- func Changes(changes []*file.Change, errs []int, quiet bool, ...)
- func Conflicts(conflicts conflict.Collection, jsonOpts *internaljson.OutputOpts)
- func Dry(changes []*file.Change, includeDir, quiet, revert bool, ...)
- func NoMatches(jsonOpts *internaljson.OutputOpts)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func BackupFailed ¶
func BackupFailed(err error)
func Changes ¶
func Changes( changes []*file.Change, errs []int, quiet bool, jsonOpts *internaljson.OutputOpts, )
Changes displays the changes to be made in a table or json format.
func Conflicts ¶
func Conflicts( conflicts conflict.Collection, jsonOpts *internaljson.OutputOpts, )
Conflicts prints any detected conflicts to the standard output in table format.
func Dry ¶
func Dry( changes []*file.Change, includeDir, quiet, revert bool, jsonOpts *internaljson.OutputOpts, )
Dry prints a report of the renaming changes to be made.
func NoMatches ¶
func NoMatches( jsonOpts *internaljson.OutputOpts, )
NoMatches prints out a message indicating that the find string failed to match any files.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.