fix: specify name of imagine command

This commit is contained in:
Bryce 2023-02-26 16:50:35 -08:00 committed by Bryce Drennan
parent 7b79444c4c
commit 28c294554b

View File

@ -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(