cli
- trap.cli.update_params_from_config_file(config_file, params)[source]
Update the parameters that were not found on the command line with those in the config file.
- Parameters:
config_file (
str) – The path to the configuration file. Must be a .toml format.params (
dict) – The parameters as parsed by argparse from the command line. This dictionary is updated in-place
- Return type:
None