sylvia_iot_coremgr::libs::config

Function 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.