CommandLineParser.Core
CommandLineParser.Core copied to clipboard
Positional Argument to any position
[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
Hi @maherz1229 at the moment this is not possible.
I'll consider this as a feature request for future versions.