diff --git a/httpie/cli.py b/httpie/cli.py index 91d5347285..e78b59f275 100644 --- a/httpie/cli.py +++ b/httpie/cli.py @@ -102,6 +102,7 @@ def _split_lines(self, text, width): 'items', metavar='REQUEST_ITEM', nargs=ZERO_OR_MORE, + default=None, type=KeyValueArgType(*SEP_GROUP_ALL_ITEMS), help=r""" Optional key-value pairs to be included in the request. The separator used