Skip to content
Matthias GROSPERRIN edited this page Oct 24, 2015 · 6 revisions

MGR.CommandLineParser helps you to quickly provide a command based program.

You just have to defined your commands and MGR.CommandLineParser will parse the command line and returns to you the requested command. With the default configuration, MGR.CommandLineParser will find your commands if there are defined in an assembly in the same folder that MGR.CommandLineParser.dll

How to define your custom commands ?

How to customize the parser