Skip to content

Commit b157bb2

Browse files
authored
fix(cli): Change the argument name back (#270)
1 parent e35a53e commit b157bb2

File tree

1 file changed

+1
-1
lines changed
  • advanced_alchemy/extensions/litestar

1 file changed

+1
-1
lines changed

advanced_alchemy/extensions/litestar/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ async def _drop_all(
370370
)
371371
@option(
372372
"--dir",
373-
"fixtures",
373+
"dump_dir",
374374
help="Directory to save the JSON files. Defaults to WORKDIR/fixtures",
375375
type=ClickPath(path_type=Path), # pyright: ignore[reportCallIssue, reportUntypedFunctionDecorator, reportArgumentType]
376376
default=Path.cwd() / "fixtures",

0 commit comments

Comments
 (0)