Skip to content

gitsly/CommandLineParser

Repository files navigation

------------
Features
------------

* Robust commandline parser, parses variying styles of command line arguments
* Flexible usage:
    - Set properties from commandline arguments by simply tagging them with an attribute
    - Use dictionary lookup to see command line

------------
TODO
------------
* Tokenize command line input (unified string of entire command line, match up tokens with regexps).
  Store in list and feed parser.

* Output automatic help for commandline parameters (help can be specified in attribute).

* Output set of parameters (for help).

About

simple command line parser written in .NET C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published