fix: specify name of imagine command

pull/279/head
Bryce 1 year ago committed by Bryce Drennan
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)
@add_options(common_options)
@click.option(

Loading…
Cancel
Save