Runs the application.
This method is the main public interface of the class. It triggers all the extension methods and eventually calls the run() method, which is the one having the actual user code.
Command line arguments received by the application
status code to return to the OS
See Implementation
Runs the application.
This method is the main public interface of the class. It triggers all the extension methods and eventually calls the run() method, which is the one having the actual user code.