Bugfixes in install command
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user