Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLIOptions ¶
type CLIOptions struct { Commands string `` /* 143-byte string literal not displayed */ AdditionalVirtOptions string `` /* 131-byte string literal not displayed */ Verbose string `arg:"--verbose" placeholder:"true|false" help:"Enable verbose mode and tracing of libguestfs API calls."` }
func (*CLIOptions) GetAdditionalVirtOptions ¶
func (c *CLIOptions) GetAdditionalVirtOptions() string
func (*CLIOptions) GetCommands ¶
func (c *CLIOptions) GetCommands() string
func (*CLIOptions) GetDebugLevel ¶
func (c *CLIOptions) GetDebugLevel() zapcore.Level
func (*CLIOptions) Init ¶
func (c *CLIOptions) Init() error
func (*CLIOptions) IsVerbose ¶
func (c *CLIOptions) IsVerbose() bool
Click to show internal directories.
Click to hide internal directories.