Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Flags ¶
type Flags struct {
Verbose int
UltraCompact bool
SkipEnv bool
Version bool
Help bool
Enrich bool
Deep bool
Env string
}
Flags holds parsed global flags.
func ParseFlags ¶
ParseFlags extracts global flags from args and returns remaining args. A "--" separator stops flag parsing: everything after it is passed verbatim to the underlying command, preventing scouter from consuming flags like --help or --version that belong to the proxied tool.
Click to show internal directories.
Click to hide internal directories.