There was an error while loading. Please reload this page.
1 parent 1e8ec15 commit f7d2e22Copy full SHA for f7d2e22
1 file changed
piccolo/main.py
@@ -103,6 +103,7 @@ def main() -> None:
103
104
cli.register(
105
command.callable,
106
+ command_name=command.command_name,
107
group_name=app_name,
108
aliases=command.aliases,
109
)
0 commit comments