-
Notifications
You must be signed in to change notification settings - Fork 0
Home
David Yates edited this page Jul 25, 2020
·
4 revisions
Used to create .NET Core console applications with menus. It uses reflection to find the menu items and builds the menus for you so that you can focus on the work the menu item does. It was originally developed to help me test Azure Functions.
- Example 1 - Shows how to setup a console application from scratch
- Prompt Helper - Shows a list of methods available on this method