CommandLineParser.Core icon indicating copy to clipboard operation
CommandLineParser.Core copied to clipboard

Positional Argument to any position

Open CodeFanaticX opened this issue 3 years ago • 1 comments

[OptionOrder(0), Description("")] public string Url { get; set; }

How I can make it to any position?

e.g. MyApp.exe --arg1 --arg2 URL MyApp.exe --arg1 URL --arg2 MyApp.exe --arg1 --arg2 -arg3 -arg4 -arg5 URL

CodeFanaticX avatar May 28 '22 02:05 CodeFanaticX

Hi @maherz1229 at the moment this is not possible.

I'll consider this as a feature request for future versions.

Matthiee avatar May 28 '22 08:05 Matthiee