I am developing a console application in C # with a lot of parameters, and once I, since the developer cannot remember the combination of parameters to correctly call the application, I canβt even think how users will do it. So I ask you if you have and what will be the right (scholastic) way to get my application to act like this UNIX OS. You know what I'm trying to execute is that when the user calls the application, and after that, when he gets to TAB, you get a list of possible commands, after selecting one of the commands goes to the tab again and gets a list of parameter references and other commands .
source
share