Function sylvia_iot_data::libs::config::read_args
source · pub fn read_args(args: &ArgMatches) -> Config
Expand description
To read input arguments from command-line arguments and environment variables.
This function will call apply_default()
to fill missing values so you do not need call it
again.