getoptnet
getoptnet copied to clipboard
NO USAGE EXAMPLES?????
nope
It clearly says to see the example application
let us know when that example application actually exists
You mean this?
The readme says
Examples
See TestApp.
I'm not sure how we're expected to know that "TestApp" means "GetOpt_Usage.cs". Also, I'd expect to see a Main method in most things described as test apps, but I can't find one in GetOpt_Usage.cs.
@DaleStan While I agree that it's not really clear, it is findable.
But tbh I've seen the state of most of these repos and they're ancient, don't work with Mono/Xamarin/.net Core so I've taken it as a personal job to write a cross-platform port of getopt for .net.
It's currently a WIP; only four hours old at this point.
Edit: I've uploaded the current (fully functioning) state to my GitHub. I've classed it as beta, and I've not yet published it to NuGet; that will be a job for tomorrow.
For now, all tests are running. Feel free to check it out.