Hi,

I'm trying to create a menu that shows the user a list of options. The options can be added to via the app config file.

right now I am using an enum to print the menu but I want to know if I can read the app config file to create it, in case the list has been added to.

that way I know the menu is allways updated.