I use the CmdArgs module all the time for all of my personal Haskell projects. CmdArgs is really the one-stop solution for all of your command-line option handling needs. Its âkillerâ feature is the ability to support multi-mode options (e.g., âmyprog mode1 [mode1 options]â, âmyprog mode2 [mode2 options]â, etc.). Unfortunately, not many people know about CmdArgs, it seems. So, Iâm writing this pos
{{#tags}}- {{label}}
{{/tags}}