This program tests some functions that could be useful in the future. Its purpose is to enable cmd-based programs to pass arguments dynamically
- Options -> for arguments that are to be passed to the main
- Logging -> LOG.info for example for great logging ( not sysout eww )
- Help -> If parameter -help is passed, all Options will output
- Click on 3 dots in the right top corner
- Click on "Edit" in the tab "configuration"
- Click on +
- Choose "Application"
- Name your Configuration
- Choose the Main Class
- enter the Program arguments like "-help"
- Check "Store as project file" if you want to store your Configuration for multiple users in version control maybe?
- Click on Apply