Bugfixes in install command

This commit is contained in:
2021-03-17 07:59:12 +01:00
parent 59fc139cfc
commit 5669807628
3 changed files with 16 additions and 17 deletions

View File

@@ -194,7 +194,7 @@ class Configuration(ConfigurationABC):
if alias in argument:
found = True
if argument_type.name not in argument_name and not found:
if argument_type.name not in argument and not found:
return False
if (next_arguments is None or len(next_arguments) == 0) and \