mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Update invokeai/app/cli/commands.py
Co-authored-by: StAlKeR7779 <stalkek7779@yandex.ru>
This commit is contained in:
@@ -47,7 +47,7 @@ def add_parsers(
|
||||
commands: list[type],
|
||||
command_field: str = "type",
|
||||
exclude_fields: list[str] = ["id", "type"],
|
||||
add_arguments: Union[Callable[[argparse.ArgumentParser], None],None] = None
|
||||
add_arguments: Optional[Callable[[argparse.ArgumentParser], None]] = None
|
||||
):
|
||||
"""Adds parsers for each command to the subparsers"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user