loadConfig

Load the configuration from file.

Example of a TOML configuration

[defaults]
check_name_standard = true
  1. void loadConfig(ArgParser rval)
    @safe @trusted
    void
    loadConfig
  2. ArgParser loadConfig(ArgParser rval, TOMLDocument doc)

Meta