Skip to content

Commit f7d2e22

Browse files
1345 Piccolo CLI ignores command_name option (#1363)
* remove user app from auto included apps * remove some changes for now --------- Co-authored-by: sinisaos <sinisaos@gmail.com>
1 parent 1e8ec15 commit f7d2e22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

piccolo/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def main() -> None:
103103

104104
cli.register(
105105
command.callable,
106+
command_name=command.command_name,
106107
group_name=app_name,
107108
aliases=command.aliases,
108109
)

0 commit comments

Comments
 (0)