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
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Whitespaces are not handled correctly when parsing the command line for options. As an example a sequence of spaces will lead to options being ignored!
The parser should pase options by splitting the string at any whitespaces not contained in quotes: ".....".