- This program takes two yaml files as arguments
- file1: This is a 'yaml' file with missing values you wish to fill, missing values are in a different yaml file
- file2: This is the 'yaml' file which has the missing values with the keys which you need for file1
python3 yaml_editor.py --f1 sample_files/values.yaml --f2 sample_files/change.yaml
- NOTE: final yaml file will be found in the same folder of the f1 file.
- Running Radon, radon tell you the cyclomatic complexity of you code
$ radon cc yaml_editor.py
yaml_editor.py
F 15:0 flatten - A
F 26:0 un_flatten - A
F 39:0 yaml_editor - A