diff --git a/httpie/cli/argtypes.py b/httpie/cli/argtypes.py index b5069b03..0ed56480 100644 --- a/httpie/cli/argtypes.py +++ b/httpie/cli/argtypes.py @@ -62,7 +62,7 @@ class KeyValueArgType: self.special_characters.update(separator) def __call__(self, s: str) -> KeyValueArg: - """Parse raw string arg and return `self.key_value_class` instance. + """Parse raw string arg and return `self.key_value_class` instance. The best of `self.separators` is determined (first found, longest). Back slash escaped characters aren't considered as separators