You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if you could define a command handler directly on the Command instance, removing the need to use ProgramArgs and specify handling for everything there. That would allow sub-commands to be in their own modules and have their execution logic locally, rather than having everything in a single file.