User has requested that we begin integrating command line parameter options on startup (i.e. pass a file to open). Lets keep our eyes open for some other ways we might want to influence Soundboard's behavior on startup.
This is in progress. In the current build in the 2.1.x repo, we are able to process a command line option to print an "About" screen and exit. Next we will specify one for opening a specific file on startup.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The Apache Commons CLI library is probably the best way to go for this: https://commons.apache.org/proper/commons-cli/
This is in progress. In the current build in the 2.1.x repo, we are able to process a command line option to print an "About" screen and exit. Next we will specify one for opening a specific file on startup.
This feature is now incorporated into the 2.1.x branch, and will be included in the next release.