From: Jörg Behrmann Date: Wed, 19 Jun 2024 16:55:58 +0000 (+0200) Subject: Show doc format options in help X-Git-Tag: v24~7^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3109a4fa06b1e9a8bdedeaed5798be5b6c10e0c;p=thirdparty%2Fmkosi.git Show doc format options in help --- diff --git a/mkosi/config.py b/mkosi/config.py index 00724f3c6..cfa606a78 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -3307,6 +3307,7 @@ def create_argument_parser(chdir: bool = True) -> argparse.ArgumentParser: help="The format to show documentation in", default=DocFormat.auto, type=DocFormat, + choices=list(DocFormat), ) parser.add_argument( "--shell-completion",