Skip to content

Commit

Permalink
missed changes that add new flag to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ar0ne committed Dec 27, 2023
1 parent ede53ad commit 2b2e465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aerich/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ async def cli(ctx: Context, config, app):

@cli.command(help="Generate migrate changes file.")
@click.option("--name", default="update", show_default=True, help="Migrate name.")
@click.option("--empty", default=False, is_flag=True, help="Generate empty migration file.")
@click.pass_context
@coro
async def migrate(ctx: Context, name):
Expand Down

0 comments on commit 2b2e465

Please sign in to comment.