C# library for parsing command-line arguments inspired by Python's argparse library and gsscoder/CommandLine
- Implement most possible functionality of Python's argparse in C#.
- Configure argparse based on attributes of model class. Parse arguments to custom model class.