Static DEFAULT_CONFIG_PATHS

Source
static DEFAULT_CONFIG_PATHS: LazyLock<Result<Vec<PathBuf>, CfgPathError>>
Expand description

A cached copy of the default config paths.

We cache the values to ensure they are consistent between the help text and the values used.