mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 02:58:29 +00:00
mkvenv: mark command as required
This is only available in Python 3.7+. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: John Snow <jsnow@redhat.com> Message-Id: <20230511035435.734312-26-jsnow@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -854,6 +854,7 @@ def main() -> int:
|
|||||||
subparsers = parser.add_subparsers(
|
subparsers = parser.add_subparsers(
|
||||||
title="Commands",
|
title="Commands",
|
||||||
dest="command",
|
dest="command",
|
||||||
|
required=True,
|
||||||
metavar="command",
|
metavar="command",
|
||||||
help="Description",
|
help="Description",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user