Sat down to start a little command-line app on the weekend – anyone know of a good library to parse command line arguments? Expecting something with a simple api to set up a list of arguments, specific mandatory ones, and enforce some validation (types and ranges?).
Quick Google search came up with:
- Automatic Command Line Parsing in C#
- C#/.NET Command Line Arguments Parser
- Simple Command Line Parser
- CommandLineParser class in Ghenhis
Expect an update (and the finished project) soon! 🙂
Post a Comment