Documentation
¶
Overview ¶
Package main contains the graywolf subcommand entry point for `graywolf flare`. The bulk of the behaviour lives in pkg/diagcollect; this file is the wiring layer responsible for flag parsing, exit-code mapping, and stdin/stdout plumbing.
graywolf entry point. All runtime wiring lives in pkg/app; this file is a thin dispatch shim responsible for build-time version injection, subcommand routing, and signal handling. The normal-path main() body is app.New(cfg, logger).Run(ctx).
Click to show internal directories.
Click to hide internal directories.