config

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2025 License: MIT Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL