Documentation
¶
Overview ¶
Package rc provides formatted output helpers for runtime config loading. These functions write to os.Stderr because rc loads before any cobra command is available.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseWarning ¶
ParseWarning prints a YAML parse warning to stderr.
This runs during config loading before any cobra command exists, so it writes to os.Stderr directly.
Parameters:
- filename: the config file that failed to parse
- cause: the parse error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.