Nilhcem/FakeSMTP

Consistent Command Line Argument and UI Options Handling

Opened this issue · 0 comments

It seems that there are two different ways to handle updating the UIModel with options from ArgsHandler: com.nilhcem.fakesmtp.core.ArgsHandler#handleArgs vs com.nilhcem.fakesmtp.gui.MainPanel#checkArgs. It would be good to make them consistent. I don't mind making the change one way or the other, but I am not sure which way is the prefered handling. It seems like MainPanel#checkArgs is the more logical choice, since it is UI related.