Console UI Menu
How often do you get to write a simple console util that should be used by humans?When I need to write one I always question the best input methods for choosing different options. one way is to add command line arguments, but this will require it to run from the command line, another option is […]