lucproglangcourse / lucproglangcourse.github.io

Lecture notes for COMP 371/471: Programming languages course at Loyola University Chicago with a focus on functional languages and projects mostly in Scala
MIT License
1 stars 2 forks source link

add subsection on command-line parsing #18

Open klaeufer opened 1 year ago

klaeufer commented 1 year ago

https://github.com/lauris/awesome-scala -> command line

https://www.baeldung.com/scala/read-command-line-arguments (comparison including Args4j) https://www.reddit.com/r/scala/comments/lome0l/recommended_cli_parsing_libraries/

klaeufer commented 1 year ago

most likely https://ben.kirw.in/decline/usage.html is the way to go