CliCommandLineParser icon indicating copy to clipboard operation
CliCommandLineParser copied to clipboard

CliCommandLineParser Usuage Example

Open ghost opened this issue 8 years ago • 1 comments

Hello,

Do you guys maybe have a usage example for this library or known apps that uses CliCommandLineParser

Been trying to find a good commandline parser for .Net Core console application would like to see in example how this works,

ghost avatar Mar 23 '17 08:03 ghost

This parser is purpose-built for dotnet and is still at the alpha stage, so we haven't put effort into documentation. You can get a pretty good overview from these tests, though, and feedback and questions are always welcome.

https://github.com/dotnet/CliCommandLineParser/blob/master/CommandLine.Tests/ParserTests.cs

jonsequitur avatar Mar 23 '17 16:03 jonsequitur