Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTooManyOperations = errors.New("exactly one of --merge, --compare, --validate or --fieldset must be provided") ErrNeedTwoArgs = errors.New("--merge and --compare require both --lhs and --rhs") )
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
func (*Options) OpenOutput ¶
func (o *Options) OpenOutput() (io.WriteCloser, error)
Click to show internal directories.
Click to hide internal directories.