Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 319 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 319 Bytes

Cr.ArgParse

C# library for parsing command-line arguments inspired by Python's argparse library and gsscoder/CommandLine

Roadmap

  1. Implement most possible functionality of Python's argparse in C#.
  2. Configure argparse based on attributes of model class. Parse arguments to custom model class.