qvm-device: prevent parser allowing abbreviations
このコミットが含まれているのは:
コミット
8639034bb6
@ -211,6 +211,7 @@ def get_parser(device_class=None):
|
||||
want_app=True)
|
||||
parser.register('action', 'parsers',
|
||||
qubesadmin.tools.AliasedSubParsersAction)
|
||||
parser.allow_abbrev = False
|
||||
if device_class:
|
||||
parser.add_argument('devclass', const=device_class,
|
||||
action='store_const',
|
||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする