Open sander76 opened 8 months ago
Consider this code:
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"