I have an application that is opened by the terminal. It loads some data automatically and now I need to be able to use commands such as -new or -min or -help within the terminal with functionalities implemented in my Java code. So I need to define new parameters for my command line (which only work during the runtime of my apllication).
I tried to search it for several hours now but all I get are tips how to run java programs with my command line... So I am pretty stuck right now and hope you can help me out. I am thankfull for every answer.