internet-sicherheit / ethereum-cache-creator

GNU General Public License v3.0
0 stars 0 forks source link

cli_with_args #21

Closed Mschnuff closed 4 years ago

Mschnuff commented 4 years ago

Work in Progress This branch contains changes to the main class that allow for parsing of custom arguments. It also provides defaults. However there is a new bug with the Threads not closing after execution is finished. During testing I started the program this way: mvn exec:java -Dexec.mainClass=de.internetsicherheit.brl.bloxberg.cache.gui.MainGUI -Dexec.args="--ui=bla --start=10 --stop=100"

kiview commented 4 years ago

If this PR is not ready for review yet, you can change the PR to draft PR from the GitHub GUI.

kiview commented 4 years ago

Closed, because superseded by #24