FastHttpApi icon indicating copy to clipboard operation
FastHttpApi copied to clipboard

Index was outside the bounds of the array.

Open EVA-SS opened this issue 4 years ago • 1 comments

  • Version 2.0.8

BeetleX.CommandLineParser GetCommandLineParser(System.String[], Int32) at BeetleX.CommandLineParser.GetCommandLineParser(String[] args, Int32 start) at BeetleX.CommandLineParser.GetCommandLineParser() at BeetleX.FastHttpApi.HttpApiServer..ctor(HttpOptions options)

EVA-SS avatar Oct 19 '21 03:10 EVA-SS

Hello, I'm running in the same issue with latest NuGet packgages. I have an odd number of arguments in my command line, that are processed by my own application. Would it be possible to make BeetleX process the command line optional ? For now, I have reverted to version 1.9.9 which doesn't seem to use Command Line

lzanoni-stm avatar Apr 20 '23 08:04 lzanoni-stm