If you use command overloading, the auto-generated help for the command doesn't work anymore. The tool just shows that "there are multiple routes that match". It seems there is no way to show the help for one of those commands, as there is no way to narrow down which of the commands you want to see the help for. Even if I provide the other parameters that would narrow it down, they seem to be ignored if I add "-?".

Would it be possible to add a way to allow the user to select one of the overloaded commands and show the help for that command?
If you use command overloading, the auto-generated help for the command doesn't work anymore. The tool just shows that "there are multiple routes that match". It seems there is no way to show the help for one of those commands, as there is no way to narrow down which of the commands you want to see the help for. Even if I provide the other parameters that would narrow it down, they seem to be ignored if I add "-?".
Would it be possible to add a way to allow the user to select one of the overloaded commands and show the help for that command?