aaubry / ConsoleUi

A library for menu-based console applications
GNU General Public License v3.0
9 stars 4 forks source link

IMenuUserInterface is not strict when it outputs a message #2

Open xknife-erian opened 4 months ago

xknife-erian commented 4 months ago

For example, if my message is a Json string, “string.format” will raise an exception for internal "{","}".

In addition, I like the overall application design of ConsoleUi, but I see that you have not updated it for a long time, can I upgrade the development based on your code and release a new library?

My English is not very fluent, I hope you can understand my meaning.

aaubry commented 4 months ago

Hi! I've created this library for personal use, but I haven't needed it recently, so it hasn't been updated. I you need further changes, I suggest that you fork the library and release your own. Keep in mind that the license is GPLv3, so you will be required to release your version as GPLv3 as well.