emustudio / emuStudio

Universal emulation platform and framework.
https://www.emustudio.net/
GNU General Public License v3.0
41 stars 9 forks source link

Transition command line parser to picocli #232

Closed vbmacher closed 2 years ago

vbmacher commented 2 years ago

https://picocli.info/

Currently used args4j is obsolete; last release was in 2016. Also it doesnt support nice help usage and it's not modern. Picocli is just better.