gsscoder / commandline

Terse syntax C# command line parser for .NET with F# support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add example usage to Readme

mattfrear opened this issue · comments

You've got examples of how to set it up in C#, F#, VB etc, but no examples of how to use it at the command line.

e.g. is it 'myprogram.exe r filename' or 'myprogram.exe -r filename' or 'myprogram.exe -r=filename' or 'myprogram.exe --r filename' etc. I have no idea.

https://github.com/gsscoder/commandline/wiki/Quickstart

it is described here. You are just not reading carefully.

OK, they are on the wiki quickstart page but they are not on the Readme which is where I was looking.

Anyway, I don't even use this package cos I couldn't find the info needed to get started. So I raised the issue to help you address it. Looks like this repo is no longer maintained so I'm closing the issue.