Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalOptions ¶
type GlobalOptions struct { ProjectDir string `long:"project" short:"p" description:"Path to the Go project directory to be parsed"` OutputPath string `long:"output" short:"o" description:"Path to report output file"` AppendOutput bool `long:"append" description:"Whether to append to the output file instead of overwriting it if the file already exists"` SplitByDir bool `long:"splitByDir" description:"Whether to parse each top-level directory separately (ignoring top-level Go files)"` Threads int `` /* 127-byte string literal not displayed */ LogLevel string `` /* 173-byte string literal not displayed */ Timer bool `long:"timer" description:"Whether to print the total execution time of the specified task"` }
Definitions for global command-line flags used across the entire application
Click to show internal directories.
Click to hide internal directories.