We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95cfc1 commit e956ce8Copy full SHA for e956ce8
snok/__init__.py
@@ -1,3 +1,3 @@
1
"""snok"""
2
3
-__version__ = "0.0.13"
+__version__ = "0.0.14"
snok/cli.py
@@ -528,7 +528,6 @@ def _db_revision(
528
@db_app.command(
529
"migrate",
530
help="Apply database migrations.",
531
- no_args_is_help=True,
532
)
533
def _db_migrate(
534
direction: str = Argument(
0 commit comments