-
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
Feature Request
Resolve how to handle generator aliases conflicts. Currently, there is no mechanism for such a scenario.
fastapi-mvc/fastapi_mvc/core.py
Lines 427 to 428 in 46c6dc5
| if hasattr(cmd, "alias") and cmd.alias: | |
| subcommand = f"{subcommand} ({cmd.alias})" |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request