I found a gentle and an in-depth article about OptionParser. Neither quite matched my specific use case of pattern matching options at the function level.
The key is converting the opts
keyword list into a map.
I found a gentle and an in-depth article about OptionParser. Neither quite matched my specific use case of pattern matching options at the function level.
The key is converting the opts
keyword list into a map.