cli: '-c tests/python.yaml print' output: | Load config tests/python.yaml Print True from random import random print(random() < 1) True