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
Hello there, and thanks for creating this comprehensive wrapper.
There's currently a bug when using CommandLineParser, observable even with some of the current examples. The problem is rooted on the mishandling of the argv parameter, provided into CommandLineParser without first guaranteeing that the individual pointers refer to C-style null-terminated strings. The symptom is garbage being observed in the parsed command line parameter values.