Elizabeth Mattijsen — 20 minutes
The Raku Programming Language already makes it pretty easy to make easy-to-use command line scripts with the MAIN subroutine.
Some more complicated combinations of command-line arguments, are a bit harder to handle. However, there are a number of utility modules in the Raku Ecosystem to make life easier for you as a script developer, and make the use of your scripts easier for your users.
This presentation will show what modules are available, and how to use them.