pub fn get_config(args: Args) -> Arc<Config>
Expand description
Retrieves the configuration from the provided command-line arguments.
§Arguments
args - Command-line arguments provided to the application.
§Returns
An Arc of the Config struct containing the application configuration.