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
I had the problem, that --customOutput was parsed as a hostname instead of an option.
As a quick-fix I modified hostname grammar to not allow - at the beginning dnsUri->addChild(f_grammarPool.createElement<RegEx>("[^-:\\[\\] ][^:\\[\\] ]+", "Hostname"));
However this should be investigated further (maybe this is a bigger problem and has effects on other places as well)
The text was updated successfully, but these errors were encountered:
I had the problem, that
--customOutput
was parsed as a hostname instead of an option.As a quick-fix I modified hostname grammar to not allow
-
at the beginningdnsUri->addChild(f_grammarPool.createElement<RegEx>("[^-:\\[\\] ][^:\\[\\] ]+", "Hostname"));
However this should be investigated further (maybe this is a bigger problem and has effects on other places as well)
The text was updated successfully, but these errors were encountered: