mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-10-31 03:20:40 +00:00
fix: specify name of imagine command
This commit is contained in:
parent
7b79444c4c
commit
28c294554b
@ -8,7 +8,7 @@ from imaginairy.cli.shared import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@click.command(context_settings={"max_content_width": 140}, cls=ImagineColorsCommand)
|
@click.command(context_settings={"max_content_width": 140}, cls=ImagineColorsCommand, name="imagine")
|
||||||
@click.argument("prompt_texts", nargs=-1)
|
@click.argument("prompt_texts", nargs=-1)
|
||||||
@add_options(common_options)
|
@add_options(common_options)
|
||||||
@click.option(
|
@click.option(
|
||||||
|
Loading…
Reference in New Issue
Block a user