fclp / fluent-command-line-parser

A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
Other
530 stars 85 forks source link

Please find an additional maintainer for this project #101

Closed damianh closed 11 months ago

damianh commented 6 years ago

It's a nice lib and it's a shame that it is dying.

Alternatively, can someone point to a maintained fork, if such exists? TY.

siywilliams commented 6 years ago

I don't consider it "dying" myself, however we all view things differently.

What kind of features and development are you hoping for in this library?

jzabroski commented 6 years ago

I think he is referring to the fact 1.5 has been in pre-release on NuGet for 9 months.

damianh commented 6 years ago

@jzabroski is pretty much correct. When people ship forks 1, 2 (without changes too) it's usually a smell. NetStandard and NetCore been out for years (I'd agree that 2.0 is the "mainstream" release) and this project isn't any closer to shipping a supporting package. I'm sure there is someone willing to help you for when you aren't able to work on it.

Also shipping netstandard support as an entirely separate nuget is not standard procedure.

Cheers

jzabroski commented 11 months ago

This project had some promise. Crazy how much time has flown by. In any event I stopped using this tool because of a dangerous parsing behavior that would cause 'shadowed prefixes' to get eagerly consumed and result in unexpected results for the end-user.

EricZimmerman commented 11 months ago

I switched the Microsoft system commandline package for everything. Works great once you get the basics down.

damianh commented 8 months ago

Yeah there are better options out there now e.g. Spectre.Cli