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
Note that it has both a quoted string "ciphersuite" and an unquoted string 0xFFFF, I believe this is currently not possible to serialize with atat as the quote_escape_strings option is set for the entire command.
So I would like to add this quote_escape_strings option for ArgAttributes as an optional arg.
pub quote_escape_strings:Option<bool>,
I think if the option is set on ArgAttributes it should override the CmdAttributes.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I want to send the following command:
Note that it has both a quoted string
"ciphersuite"
and an unquoted string0xFFFF
, I believe this is currently not possible to serialize with atat as thequote_escape_strings
option is set for the entire command.So I would like to add this
quote_escape_strings
option forArgAttributes
as an optional arg.I think if the option is set on
ArgAttributes
it should override theCmdAttributes
.Any thoughts?
The text was updated successfully, but these errors were encountered: