Consolas
Consolas copied to clipboard
Consolas - a console application framework for .NET
I would like to disable the follow type of error messages in Program.cs: `The arguments [ListArgs] and [HelpArgs] are non deterministic in respect to the args: {{name:"help", value:"True", isMatch:True, isDefault:False}}`
It would be nice to have an automatic print out of all the arguments and a way to have the system to self document it self.
 Arguments are not matched against anything else and no other commands will be matched against it. By stating that an argument is a sub command argument it will only...
Most of the public API is undocumented. Would be nice to have most of it covered. See [`ConsoleApp`](https://github.com/rickardn/Consolas/blob/develop/Source/ConsoleApp.Core/ConsoleApp.cs) as a good example.