So what I need on developer side is something like
addoption("-use-something", "Use Something instead of Some other thing", localVarName, desiredValue, defauultValue);
While on user side I wish to see 3 things
- first is to set params in if they were passed as application options/arguments (like from
start my.exe -use-something
) - second is to read user intput for "help" key word and trace all possible commands with descriptions
- last is to read on app start up commands if some developers cin.get() is not already doing this