]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Emit configfile arguments in key=val format 1080/head
authorJacob Emmert-Aronson <jacob@roadnottaken2718.com>
Wed, 27 Jul 2022 04:43:32 +0000 (21:43 -0700)
committerJacob Emmert-Aronson <jacob@roadnottaken2718.com>
Thu, 28 Jul 2022 02:41:51 +0000 (19:41 -0700)
commit6168a5655037394f44c9b68e0ed01bfa00cd8292
tree5955b8af4f1bf38b221318ca1c30cd7bd6be8c8b
parentf7e4eb16a6cd4d35565f2a7ecd193e1d2928dab1
Emit configfile arguments in key=val format

This ensures that argparse treats all values read from configfiles as
explicit arguments associated with their respective keys, rather than
attempting to parse them as options in their options in their own right.
mkosi/__init__.py
tests/test_config_parser.py