Consider this code: ```python from cli.Config import Load as LoadConfig class Main(BaseModel): sub_command: LoadConfig | Delete # the LoadConfig is important here. ``` In help output the original "load" command is used instead of "load-config"
Consider this code:
In help output the original "load" command is used instead of "load-config"