In certain cases, such as when defining parameters within base command classes that other command classes inherit from, the command help documentation may list parameters in an incorrect order.
This PR ensures that parameters are always listed based on their Order property when displaying the help documentation for a command.
In certain cases, such as when defining parameters within base command classes that other command classes inherit from, the command help documentation may list parameters in an incorrect order.
This PR ensures that parameters are always listed based on their
Order
property when displaying the help documentation for a command.Closes #117