NConsoleMenu
NConsoleMenu copied to clipboard
Console menus are easy to build, complex menus are supported, and using them is simple and quick
[NConsole-Formatted-Docs.pdf](https://github.com/nerai/NConsoleMenu/files/9105313/NConsole-Formatted-Docs.pdf) To make learning easier I formatted the help documents into a PDF. Some, like myself, like to print it out in order to use it as a computerless, or...
Allow stuff like menu.Add("greet", (x,y) => Greet(x,y), "Greets a name a number of times."); Would be great to have multiple parsed arguments instead of a single string.
Something like `new MenuItem (...).AddSibling (...).AddSibling (...)`
Queued input should still be possible (i.e. not routed through to the immediate input processor). It is very likely best to not allow queued input to make use of immediate...