GetOpt library for C#

前端 未结 8 575
长发绾君心
长发绾君心 2020-12-08 07:36

I\'m looking for a getopt library for c#. So far I found a few (phpguru, XGetOptCS, getoptfordotnet) but these look more like unfinished attempts that only support a part of

8条回答
  •  眼角桃花
    2020-12-08 07:51

    It's not getopt, but you might try NConsoler. It uses attributes to define arguments and actions.

提交回复
热议问题