You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: