Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// InputTarget input file
InputTarget string
// OutputFile output file
OutputFile string
// Silent shows only output
Silent bool
// Verbose specifies showing verbose output
Verbose bool
// Debug
Debug bool
// Version enables showing of tool version
Version bool
}
func (*Options) ConfigureOutput ¶
func (options *Options) ConfigureOutput()
ConfigureOutput configures the output logging levels to be displayed on the screen
Click to show internal directories.
Click to hide internal directories.