-1

I have application - a runner that runs the same logic over and over with different parameters every time.

I'm looking for a mechanism/code that already implemented properties mechanism that contains the parameter name, parameter type, parameter value and stuff like that.

I remember that I saw this in the past but I can't find it on the web (and even had lots of other advantages).

does someone know such implementation that is available?

svick
  • 236,525
  • 50
  • 385
  • 514
Eyal
  • 27
  • 1

1 Answers1

0

Not sure I understand your question, but I believe you mean a command line parsing library.

There are many such libraries - here is one.

See this SO question about this subject - there are recommendations in the answers.

Community
  • 1
  • 1
Oded
  • 489,969
  • 99
  • 883
  • 1,009