Expand description
§config.rs
This module defines the global options merged from the command line, the configuration files, and the defaults.
Structs§
- Options
- This struct stores options based on the command-line arguments, and is passed to various functions across the program.
Functions§
- merge_
configs - Combine the configuration found on the command line, in configuration files, and in the defaults. Follows the standard hierarchy.