Consolas icon indicating copy to clipboard operation
Consolas copied to clipboard

Consolas - a console application framework for .NET

Results 5 Consolas issues
Sort by recently updated
recently updated
newest added

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.

feature

![image](https://cloud.githubusercontent.com/assets/796193/23087145/2710e39e-f572-11e6-8f81-5c7a2767d475.png) 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...

feature

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.

enhancement

We need more content in the wiki

enhancement