Skip to content

Commit 104c1a5

Browse files
committed
add mirror as an alias for piccolo schema generate
1 parent e9cf6c4 commit 104c1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piccolo/apps/schema/piccolo_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
app_name="schema",
88
migrations_folder_path="",
99
commands=[
10-
Command(callable=generate, aliases=["gen", "create", "new"]),
10+
Command(callable=generate, aliases=["gen", "create", "new", "mirror"]),
1111
Command(
1212
callable=graph,
1313
aliases=["map", "visualise", "vizualise", "viz", "vis"],

0 commit comments

Comments
 (0)