Documentation ¶
Overview ¶
Package command implements the top-level `trace-agent` binary, including its subcommands.
Index ¶
Constants ¶
View Source
const (
// LoggerName is the application logger identifier
LoggerName = "TRACE"
)
Variables ¶
This section is empty.
Functions ¶
func FixDeprecatedFlags ¶
FixDeprecatedFlags transforms args so that they are conforming to the new CLI structure: - replace non-posix flags posix flags - replace deprecated flags with their command equivalents - display warnings when deprecated flags are encountered
func MakeRootCommand ¶
MakeRootCommand is the root command for the trace-agent Please note that the trace-agent can be launched directly by the root command, unlike other agents that are managed with subcommands.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.